10 -moz-box-orient: vertical;
11 -webkit-box-orient: vertical;
20 background-color:green;
27 <p>You should see a single
100x100 green square below. If your browser supports the
28 display of ALT text, you should see the word
"Image" inside the green square.
29 If you see any red, then
30 the test has failed. This test is checking to make sure replaced elements inside boxes
31 get stretched when
<code>box-align: stretch
</code> is specified.
</p>
33 <img class=
"inner" alt=
"Image">