6 #circles, #circles div {
7 border: 1em solid blue;
12 #circles { width:9em; height:9em; }
17 <p>These tests are from the spec: <a href="http://dev.w3.org/csswg/css3-flexbox/#auto-margins">http://dev.w3.org/csswg/css3-flexbox/#auto-margins</a>.</p>
19 <p>The word OK should be centered vertically and horizontally.</p>
20 <div style="width: 4em; height: 4em; background: silver">
21 <table style="width: 100%; height: 100%;"><tr><td style="text-align: center">OK</td></tr></table>
24 <div style="width: 4em; height: 4em; margin-top: 10px; background: silver; -webkit-writing-mode: vertical-rl">
25 <table style="width: 100%; height: 100%;"><tr><td style="text-align: center">OK</td></tr></table>
28 <p>You should see 3 blue concentric circles.</p>
30 <div style="width: 5em; height: 5em; margin-top: 1em;">
31 <div style="width: 1em; height: 1em; margin-top: 1em;"></div>
35 <p>The computed style of each margin should not be 0.<br>OK: PASS<br>Vertical OK: PASS</p>