summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/reference/black_box_ends_when_blue_box_ends_6_boxes_ahem.html
blob: 4657b84a0cb608de46002afc96a2ece233358019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
   <title>Reference rendering - black box ends when blue box ends, 6 black boxes (ahem)</title>
   <link rel="author" title="Opera" href="https://www.opera.com/">
   <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
   <style type="text/css">
      #black {
         font: 16px/1 "Ahem";
      }
      #blue {
         height: 16px;
         width: 176px;
         background: blue;
      }
   </style>
</head>
<body>
   <p>Test passes if there are six black boxes below and the last black box
   ends when the blue box ends.</p>
   <div id="black">X X X X X X</div>
   <div id="blue"></div>
</body>
</html>