<html> | |
<head> | |
<script src="npapi.js"></script> | |
</head> | |
<body> | |
<div id="statusPanel" style="border: 1px solid red; width: 100%"> | |
Test running.... | |
</div> | |
<p> | |
Plugun Single Range Request test. | |
</p> | |
<p> | |
This test verifies that we correctly serve | |
NPN_RequestRead calls with single range. | |
</p> | |
<embed type="application/vnd.npapi-test" | |
url_to_request="http://mock.http/npapi/plugin_range_request.dat" | |
name="plugin_request_read_single_range" | |
id="1" | |
mode="np_embed" | |
/> | |
</body> | |
</html> |