Revision 105aa9b5f1a2cd3ab4f2d4cbf9db2cd9a0c7bd39 authored by jgraham on 28 March 2018, 19:03:58 UTC, committed by GitHub on 28 March 2018, 19:03:58 UTC
1 parent 167a1d6
Raw File
pass_if_square_96px_black.html
<!DOCTYPE HTML>
<html>
<head>
   <title>Reference rendering - pass if square below, black 96px</title>
   <link rel="author" title="Opera Software" href="https://opera.com">
   <style type="text/css">
      div {
         width: 96px;
         height: 96px;
         background-color: black;
      }
   </style>
</head>
<body>
   <p>Test passes if there is a square below.</p>
   <div></div>
</body>
</html>
back to top