Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / regions / remove-flow-thread-crash.html
1 <html style="-webkit-flow-from: flow">
2 <body>
3 <script src="../../resources/js-test.js"></script>
4 <script>
5 description("Tests that removing a region that is sibling to the flow doesn't crash.");
6 if (window.testRunner)
7   testRunner.dumpAsText();
8
9 function runTest() {
10   document.open();
11   document.write("Tests that removing a region that is sibling to the flow doesn't crash.<br>");
12   document.write('PASS');
13   document.close();
14 }
15
16 window.onload=runTest;
17 </script>
18 </body>
19 </html>