Index: LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html |
diff --git a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html b/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html |
deleted file mode 100644 |
index a80980c3bec44b933fd26e1088fdfe55550ef7aa..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
-} |
- |
-</script> |
-</head> |
-<body> |
-<div>This tests if removing the iframe, while the iframe's object's beforeload is executed is safe.</div> |
-<div>PASS if no crash is observed, while loading iframe.</div> |
-<iframe seamless=seamless onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100);' |
- src='resources/remove-this-during-object-beforeload.html'></iframe> |
-</body> |
-</html> |