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

Side by Side Diff: chrome/test/data/npapi/plugin_url_request_fail_write.html

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <script src="npapi.js"></script>
5 </head>
6
7
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
12
13
14 GetURL Plugin Fails NPP_Write Test<p>
15 This test fetches a URL and passes data off to the plugin. The plugin returns
16 an error from the NPP_Write call. This test verifies that we do not crash
17 as a result.
18
19 <embed type="application/vnd.npapi-test"
20 fail_write_url="http://mock.http/npapi/plugin_read_page.html"
21 name="geturl_fail_write"
22 id="1"
23 mode="np_embed"
24 >
25 </body>
26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698