Index: LayoutTests/fast/dom/beforeload/flash-before-load.html |
diff --git a/LayoutTests/fast/dom/beforeload/flash-before-load.html b/LayoutTests/fast/dom/beforeload/flash-before-load.html |
deleted file mode 100644 |
index 0f4ba30361ad128da64d7927d82757b495ed56fc..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/beforeload/flash-before-load.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
-<head> |
-<script src="resources/print.js"></script> |
-</head> |
-<body> |
-<div id="console"></div> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |
- |
-<object id="plugin" onbeforeload="return false" type="application/x-shockwave-flash" data="../../../plugins/resources/simple_blank.swf" |
-width="300" height="150"> |
-<span style="font-family:monospace; color:green">PASS</span> |
-</object> |
- |
-</body> |
-</html> |