blob: a8da24c318a07fb34b5d9d2780e40a35a6a3d1ef [file] [edit]
<html style="-webkit-flow-from: flow">
<body>
<script src="../js/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="../js/resources/js-test-post.js"></script>
</body>
</html>