Index: LayoutTests/plugins/npruntime/delete-plugin-within-getProperty.html |
diff --git a/LayoutTests/plugins/npruntime/delete-plugin-within-getProperty.html b/LayoutTests/plugins/npruntime/delete-plugin-within-getProperty.html |
deleted file mode 100644 |
index 16011e43f20cd92887cca4710201d497c44865fe..0000000000000000000000000000000000000000 |
--- a/LayoutTests/plugins/npruntime/delete-plugin-within-getProperty.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<html> |
-<body> |
-<embed name="plg" type="application/x-webkit-test-netscape"></embed> |
-<script> |
- |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
- function deletePlugin() { |
- document.body.innerHTML = "" |
- } |
- |
- var test = plg.deletePluginInGetProperty; |
-</script> |
-</body> |
-</html> |