6 -moz-box-orient: vertical;
7 -webkit-box-orient: vertical;
11 background-color: red;
26 background-color: green;
37 <!-- You should see a 100x100 green square below. If you see any red, the test has failed. This test is checking
38 for visibility:collapse support with vertical orientation. This test is expected to fail but not crash! -->
40 <div class=
"first"></div>
41 <div class=
"second"></div>