Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Unified Diff: third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html

Issue 1747693002: Switch plugins/netscape-plugin-map-data-to-src.html to the PPAPI test plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698