Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug278266.html
blob8b3c7e43cb7dddad30e4ff1a77891c5364a4f9d3
1 <html>
2 <body onload="document.getElementById('foo').appendChild(document.createTextNode('Second line of text'))">
3 There should be text below this line:
4 <div style="display: table-row" id="foo">
5 </div>
6 </body>
7 </html>