Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / multicol-paint-invalidation-assert.html
blobb34b3ace1d6825ef162b7cd51ff924bc740a8784
1 <!DOCTYPE html>
2 <style>
3 * {
4 -webkit-columns: 2;
5 display: table-cell;
7 </style>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
12 function crash()
14 if (window.eventSender) {
15 eventSender.mouseDown();
17 // Clean text output.
18 var script = document.getElementsByTagName("script")[0];
19 script.parentNode.removeChild(script);
20 var style = document.getElementsByTagName("style")[0];
21 style.parentNode.removeChild(style);
24 window.addEventListener("load", crash, false);
25 </script>
26 This test should not hit an ASSERT.
27 To test it in the browser, just change the focus by clicking anywhere on the page.
28 <link></link>
29 <textarea autofocus>