blob: 1ea1a01633428c9b31c9b50da9313f6a7d4609de [file] [log] [blame]
<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>