Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5635)

Unified Diff: chrome/test/data/npapi/many_plugins.html

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698