Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug2757.html
blob8d7dd3979cea11a711fae24dcf0921af369c1e19
1 <html><head></head><body>
2 <table border cellspacing=2>
3 <tr>
4 <td>Click name to see
5 <td rowspan=2 bgcolor=00ff00>Mac Clbr Opt
6 </tr>
7 <tr>
8 <B> <!-- these bold tags break the table -->
9 <td>Guilty
10 </B>
11 </tr>
12 <tr>
13 <td>&nbsp;
14 <td bgcolor=yellow>L C
15 </tr>
16 </table>
17 </body></html>