Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / css-shapes / shape-outside-empty-nothing-ref.html
blobaf98b88893d0184f1cbea6fa08fa9f31f68a55d7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <title>Reference: Shape-outside empty area, no float impact</title>
6 <style>
7 body {
8 line-height: 0;
10 .container {
11 width: 600px;
13 box {
14 display: inline-block;
15 background-color: blue;
16 width: 100px;
17 height: 20px;
19 </style>
20 </head>
21 <body>
22 <div class="container">
23 <box></box><br>
24 <box></box><br>
25 <box></box><br>
26 <box></box><br>
27 <box></box><br>
28 <box></box><br>
29 <box></box><br>
30 <box></box><br>
31 <box></box><br>
32 </div>
33 </body>
34 </html>