Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / multicol-paint-invalidation-assert.html
1 <!DOCTYPE html>
2 <style> 
3 * {    
4     -webkit-columns: 2;
5     display: table-cell;
6 }
7 </style>
8 <script>
9 if (window.testRunner)
10     testRunner.dumpAsText();
11
12 function crash()
13 {
14     if (window.eventSender) {
15         eventSender.mouseDown();
16
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);
22     }
23 }
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>