Chromium Code Reviews

Unified Diff: LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html
diff --git a/LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html b/LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html
deleted file mode 100644
index 552f27add06f3a03974257c55114aec035808cea..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/return-error-from-new-stream-callback-in-full-frame-plugin.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<div>This tests that we won't crash if a full-frame plugin returns an error from its NPP_NewStream callback</div>
-<div>SUCCESS - Didn't crash</div>
-<iframe src="data:application/x-webkit-test-netscape,returnerrorfromnewstream">
-</html>

Powered by Google App Engine