[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / plugin_url_request_404.html
blobdeb200e1596909cb2b4e3ebd266994244372ef3f
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 404 Response Test<p>
15 This test fetches a URL which results in the server sending back a 404
16 response in the header. The plugin should expect a valid response followed
17 by a failure.
19 <embed type="application/vnd.npapi-test"
20 page_not_found_url="http://mock.http/page404.html"
21 name="geturl_404_response"
22 id="1"
23 mode="np_embed"
25 </body>
26 </html>