3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
9 CSS Test: -webkit-box-ordinal-group:
0 inside a -webkit-box
14 border:
1px solid black;
19 border:
1px dotted purple;
22 .bogZero { -webkit-box-ordinal-group:
0; }
23 .bogOne { -webkit-box-ordinal-group:
1; }
27 <!-- -webkit-box-ordinal-group is strictly positive in Blink & WebKit. 0 is
28 rejected as an invalid value. So, the bogZero element below should
29 end up with the initial value (1) and should *not* be sorted out of its
30 DOM position in the final rendering. -->
32 <div class=
"bogOne">1</div>
33 <div class=
"bogZero">0</div>