Index: LayoutTests/plugins/netscape-plugin-setwindow-size-2.html |
diff --git a/LayoutTests/plugins/netscape-plugin-setwindow-size-2.html b/LayoutTests/plugins/netscape-plugin-setwindow-size-2.html |
deleted file mode 100644 |
index 6a8e0c72d99c0fd86471d300ff43acf8e3dc924c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/plugins/netscape-plugin-setwindow-size-2.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<html> |
-<head> |
-<script> |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
- testRunner.setWindowIsKey(false); |
- } |
- |
-</script> |
-<body> |
-<embed style="visibility:hidden" id="testPlugin" type="application/x-webkit-test-netscape" logfirstsetwindow="true" width="200" height="200"></embed> |
-<div> |
- This tests that a hidden plugin gets a correct NPP_SetWindow the first time. |
-</div> |
-</body> |
-</html> |