Index: chrome/test/data/npapi/many_plugins.html |
=================================================================== |
--- chrome/test/data/npapi/many_plugins.html (revision 147965) |
+++ chrome/test/data/npapi/many_plugins.html (working copy) |
@@ -1,101 +0,0 @@ |
-<html> |
- |
-<head> |
-<script> |
-count = 0; |
-function onSuccess(name, id) { |
- count++; |
- if (count == 15) |
- document.title = "OK"; |
-} |
-</script> |
-</head> |
- |
- |
-<body> |
-<div id="statusPanel" style="border: 1px solid red; width: 100%"> |
-Test running.... |
-</div> |
- |
- |
-Loading many plugins<p> |
-Tests our ability to load multiple plugins in a single page.<P> |
- |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="1" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="2" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="3" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="4" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="5" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="6" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="7" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="8" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="9" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="10" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="11" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="12" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="13" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="14" |
-> |
-<embed type="application/vnd.npapi-test" |
- name="arguments" |
- mode="np_embed" |
- id="15" |
-> |
- |
-</body> |
-</html> |