Index: content/test/data/npapi/plugin_single_range_request.html |
diff --git a/content/test/data/npapi/plugin_single_range_request.html b/content/test/data/npapi/plugin_single_range_request.html |
deleted file mode 100644 |
index 5432495b49f373c6ef6b92b544d1ec285cd1a157..0000000000000000000000000000000000000000 |
--- a/content/test/data/npapi/plugin_single_range_request.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<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> |