Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text-autosizing / tables / empty-table-crash.html
blob9bf4ccdd3e5722f39226a1647be108df4d08d9d2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 html { font-size: 16px; }
7 body { width: 800px; margin: 0; overflow-y: hidden; }
8 </style>
9 <script src="resources/autosizingTest.js"></script>
10 </head>
11 <body>
12 Test for crbug.com/347395: This test passes if it does not crash.<br/>
13 <table></table>
14 </body>
15 </html>