[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / npapi / plugin_single_range_request.html
blob5432495b49f373c6ef6b92b544d1ec285cd1a157
1 <html>
3 <head>
4 <script src="npapi.js"></script>
5 </head>
7 <body>
8 <div id="statusPanel" style="border: 1px solid red; width: 100%">
9 Test running....
10 </div>
12 <p>
13 Plugun Single Range Request test.
14 </p>
15 <p>
16 This test verifies that we correctly serve
17 NPN_RequestRead calls with single range.
18 </p>
20 <embed type="application/vnd.npapi-test"
21 url_to_request="http://mock.http/npapi/plugin_range_request.dat"
22 name="plugin_request_read_single_range"
23 id="1"
24 mode="np_embed"
27 </body>
28 </html>