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> |