summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/reference/pass_if_square_96px_black.html
blob: 7d9cb8910789e378e7406f3b4ec94afa9d77ced4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>