| <html style="-webkit-flow-from: flow"> |
| <body> |
| <script src="../../resources/js-test-pre.js"></script> |
| <script> |
| description("Tests that removing a region that is sibling to the flow doesn't crash."); |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| |
| function runTest() { |
| document.open(); |
| document.write("Tests that removing a region that is sibling to the flow doesn't crash.<br>"); |
| document.write('PASS'); |
| document.close(); |
| } |
| |
| window.onload=runTest; |
| </script> |
| <script src="../../resources/js-test-post.js"></script> |
| </body> |
| </html> |