[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / plugin_url_request_fail_write.html
blobee55af6d7abbcd81716b320b0888a88f8325823b
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
8 <body>
9 <div id="statusPanel" style="border: 1px solid red; width: 100%">
10 Test running....
11 </div>
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.
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"
25 </body>
26 </html>