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

Unified Diff: LayoutTests/plugins/npp-new-fails.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/npp-new-fails.html
diff --git a/LayoutTests/plugins/npp-new-fails.html b/LayoutTests/plugins/npp-new-fails.html
deleted file mode 100644
index f02d069ee122d899aa5d5217f9816f115c2d2f17..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/npp-new-fails.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<head>
-<script src="../resources/js-test.js"></script>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-function runTest()
-{
- var foo = document.getElementById("TestElement").someMadeUpBar;
-
- testPassed("Did not crash trying to access the plugin script object.");
-
- if (window.testRunner)
- testRunner.notifyDone();
-}
-
-</script>
-
-</head>
-<body onload="runTest();">
-<embed id="TestElement" type="application/x-webkit-test-netscape" test="npp-new-fails"></embed>
-<p id="description"></p>
-<div id="console"></div>
-</body>
-
-<script>
-description("http://webkit.org/b/95026 - Tests that access to the plugin script object after the plugin fails to initialize doesn't crash");
-</script>

Powered by Google App Engine
This is Rietveld 408576698