Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug30985.html
blob04fc3f1e3f19e3b5b92bcd16ad1257ae3bd7e012
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2 <html>
3 <head>
4 <title>Bug 30985</title>
5 </head>
6 <body>
8 This is the first of two lines on this page.
10 <table style="display: block">
11 <tbody>
12 <tr style="display: block">
13 <td style="display: block">
14 This is the second of two lines on this page.
15 </td>
16 </tr>
17 </tbody>
18 </table>
20 </body>
21 </html>