Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / table-collapsed-borders-expected.html
blob3b433f3ff50ce19c16340a45c828c9c8a85721b6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Expected Test Result for Buzilla Bug 67877: "border: collapse" + "display: none" rows in the tbody while having thead or tfoot doesn't render the opposite border.</title>
6 <style>
7 table {
8 border: 3px solid;
9 width: 100%;
10 border-collapse: collapse;
12 </style>
14 </head>
15 <body>
16 <table id="table1">
17 <tr>
18 <td></td>
19 </tr>
20 </table>
23 <table id="table2">
24 <tr>
25 <td></td>
26 </tr>
27 </table>
29 </body></html>