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

Unified Diff: content/test/data/npapi/plugin_url_request_fail_write.html

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 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: content/test/data/npapi/plugin_url_request_fail_write.html
diff --git a/content/test/data/npapi/plugin_url_request_fail_write.html b/content/test/data/npapi/plugin_url_request_fail_write.html
deleted file mode 100644
index ee55af6d7abbcd81716b320b0888a88f8325823b..0000000000000000000000000000000000000000
--- a/content/test/data/npapi/plugin_url_request_fail_write.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-
-<head>
-<script src="npapi.js"></script>
-</head>
-
-
-<body>
-<div id="statusPanel" style="border: 1px solid red; width: 100%">
-Test running....
-</div>
-
-
-GetURL Plugin Fails NPP_Write Test<p>
-This test fetches a URL and passes data off to the plugin. The plugin returns
-an error from the NPP_Write call. This test verifies that we do not crash
-as a result.
-
-<embed type="application/vnd.npapi-test"
- fail_write_url="http://mock.http/npapi/plugin_read_page.html"
- name="geturl_fail_write"
- id="1"
- mode="np_embed"
->
-</body>
-</html>
« no previous file with comments | « content/test/data/npapi/plugin_url_request_404.html ('k') | content/test/data/npapi/plugin_url_request_referrer_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698