- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / npapi / plugin_single_range_request.html
1 <html>
2
3 <head>
4 <script src="npapi.js"></script>
5 </head>
6
7 <body>
8 <div id="statusPanel" style="border: 1px solid red; width: 100%">
9 Test running....
10 </div>
11
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>
19
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"
25 />
26
27 </body>
28 </html>