1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
7 Reference case, with inline-blocks instead of grid/grid items,
8 with positioning done using margins.
10 <html xmlns=
"http://www.w3.org/1999/xhtml">
12 <title>CSS Reftest Reference
</title>
13 <link rel=
"author" title=
"Daniel Holbert" href=
"mailto:dholbert@mozilla.com"/>
15 div { height:
100px; }
17 border:
1px dashed blue;
22 background: lightgreen;
23 display: inline-block;
27 background: lightblue;
28 display: inline-block;
38 <div class=
"a" style=
"margin-left: 85px"/>
42 <div class=
"a" style=
"margin-left: 37.5px"
43 /><div class=
"b" style=
"margin-left: 75px"/>
47 <img src=
"support/solidblue.png" style=
"margin-left: 30px"
48 /><img src=
"support/solidblue.png" style=
"margin-left: 60px"/>