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

Unified Diff: LayoutTests/plugins/netscape-dom-access.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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: LayoutTests/plugins/netscape-dom-access.html
diff --git a/LayoutTests/plugins/netscape-dom-access.html b/LayoutTests/plugins/netscape-dom-access.html
deleted file mode 100644
index 4c1fb84045fd07bc18493cfc82dfebc12c4ce707..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/netscape-dom-access.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
-<script>
-function doTest()
-{
- // Test DOM access
- document.getElementById("testPlugin").testDOMAccess();
-}
-</script>
-</head>
-<body onload="doTest();">
-<p>This page tests whether Netscape plug-ins can access their own DOM elements. The plug-in should have a 3px red border.</p>
-<embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" height="200"></embed>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698