Revision 40e55d85d9e7649d8b8e573b8d9b77e0e183fe63 authored by Philip Jägenstedt on 27 April 2018, 09:23:29 UTC, committed by Blink WPT Bot on 27 April 2018, 09:41:43 UTC
1 parent 8f1bac8
Raw File
black_box_ends_when_blue_box_ends_6_boxes_ahem.html
<!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/">
   <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>
back to top