Index: LayoutTests/plugins/netscape-dom-access.html |
diff --git a/LayoutTests/plugins/netscape-dom-access.html b/LayoutTests/plugins/netscape-dom-access.html |
deleted file mode 100644 |
index 4c1fb84045fd07bc18493cfc82dfebc12c4ce707..0000000000000000000000000000000000000000 |
--- a/LayoutTests/plugins/netscape-dom-access.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-function doTest() |
-{ |
- // Test DOM access |
- document.getElementById("testPlugin").testDOMAccess(); |
-} |
-</script> |
-</head> |
-<body onload="doTest();"> |
-<p>This page tests whether Netscape plug-ins can access their own DOM elements. The plug-in should have a 3px red border.</p> |
-<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed> |
-</body> |
-</html> |