Index: LayoutTests/plugins/get-empty-url.html |
diff --git a/LayoutTests/plugins/get-empty-url.html b/LayoutTests/plugins/get-empty-url.html |
deleted file mode 100644 |
index 92998feaadcf86c06c1d5491d77e7736482c2ff4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/plugins/get-empty-url.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<html> |
-<body> |
-<embed name="plg" type="application/x-webkit-test-netscape"></embed> |
-<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=7808">bug 7808<a/>. Should not fail with an assertion.</p> |
-<script> |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- plg.getURL(""); |
- } else { |
- document.write("Cannot run interactively"); |
- } |
-</script> |
-</body> |
-</html> |