| Index: content/test/data/npapi/many_plugins.html
|
| diff --git a/content/test/data/npapi/many_plugins.html b/content/test/data/npapi/many_plugins.html
|
| deleted file mode 100644
|
| index 4a3b74aea0d90e97486cdb7ef2acb24bc393ca9a..0000000000000000000000000000000000000000
|
| --- a/content/test/data/npapi/many_plugins.html
|
| +++ /dev/null
|
| @@ -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>
|
|
|