6 border-collapse:collapse;
10 background-color: red;
16 <script src=
"../../../resources/check-layout.js"></script>
18 window
.onload = function()
20 document
.body
.offsetLeft
;
21 document
.getElementById("row1").style
.borderTop
= "50px solid green";
22 document
.getElementById("row2").style
.borderBottom
= "50px solid green";
23 checkLayout("#container");
28 <p>This test passes if no red is showing.
</p>
31 <table data-expected-height=
"50">
32 <tr id=
"row1" data-expected-height=
"25">
33 <td data-expected-height=
"25"></td>
37 <table data-expected-height=
"50">
38 <tr id=
"row2" data-expected-height=
"25">
39 <td data-expected-height=
"25"></td>