no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / webkit-box / webkit-box-ordinal-group-2-ref.html
blobc548d5e2d41fc5e45f678989f15578bc1a895bfe
1 <!DOCTYPE html>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html>
7 <head>
8 <title>
9 CSS Reference
10 </title>
11 <style>
12 .box {
13 display: flex;
14 border: 1px solid black;
15 margin: 5px 20px;
18 .box > * {
19 border: 1px dotted purple;
21 </style>
22 </head>
23 <body>
24 <div class="box">
25 <div>1</div>
26 <div>0</div>
27 </div>
28 </body>
29 </html>