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