Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-overflow-crash.html
blob5238d533cbb68edc847d37d011e1e36ce2149c66
1 <style>
2 rt, script, body {
3 outline-style: solid;
4 position: absolute;
5 will-change: transform;
6 display: table-cell;
7 border-spacing: 4499;
9 </style>
10 Test passes if it does not CRASH in debug.
11 Note, this test does not have a DOCTYPE as the failure does not
12 reproduce with a DOCTYPE.
13 <rt>
14 <menu></menu>
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
19 document.execCommand("selectAll");
20 document.designMode = "On";
21 document.execCommand("italic")
22 </script>