9 .outer
> div, td:nth-child(
1) {
10 background-color: lightgreen;
13 background-color: lightblue;
22 <p>This tests that when setting the height of a flex item to a percentage
23 height, we use the content height with scrollbars. The content should not be
24 scrollable in any of the test cases below.
</p>
27 <div style=
"height: 100%"></div>
31 <div style=
"height: 100%; box-sizing: border-box; border: 5px solid green"></div>
35 <div style=
"display:inline-block; height: 50px; width: 50%;"></div><div
36 style=
"display:inline-block; height: 50px; width: 50%; background-color: lightblue"></div>
38 <div class=
"outer" style=
"padding: 10px; height: auto">
39 <table style=
"margin: 0; padding: 0; width: 600px">
41 <td style=
"width: 50%; height: 50px"></td>
42 <td style=
"width: 50%; height: 50px"></td>