Index: third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html |
diff --git a/third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html b/third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html |
deleted file mode 100644 |
index 2bfeb08294421d9fd11b15eb9f0c6149c1072048..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<html> |
-<head> |
-<script src="../resources/plugin.js"></script> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
-startAfterLoadAndFinish(); |
-</script> |
-<body style="margin:0px;overflow:hidden"> |
-<object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true" data="blah"> |
-</object> |
-<div> |
- This tests that an object tag with a data attribute gets a src attribute as well. |
-</div> |
-<body> |
-</html> |