6 border:
1px solid black;
8 background-color: green;
11 border:
1px solid black;
13 background-color: blue;
16 border:
1px solid black;
18 background-color: green;
23 <!-- bug 34758: TD width in precentage doesn't work. -->
24 <!-- The 2 green rectangles should have the same width. -->
25 <table id=
"table" width=
"50%" height=
"100%">
27 <td colspan=
"3" style=
"border: 1px solid black" height=
"150">
28 <table width=
"600" height=
"100%"><tr><td></td></tr></table>
31 <tr valign=
"top" style=
"height: 100px">
32 <td class=
"block1"></td>
33 <td class=
"block2"></td>
34 <td class=
"block3"><table style=
"width: 100%"></table></td>