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

Unified Diff: content/test/data/browser_plugin_embedder.html

Issue 11052019: <browser> Make new implementation the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browsertests for browser plugin. Created 8 years, 2 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: content/test/data/browser_plugin_embedder.html
diff --git a/content/test/data/browser_plugin_embedder.html b/content/test/data/browser_plugin_embedder.html
index dc2e780d72bebc3e23816992d104a631272d9307..3b4e8cda27a213b41c984090f54c0b48c694ca15 100644
--- a/content/test/data/browser_plugin_embedder.html
+++ b/content/test/data/browser_plugin_embedder.html
@@ -29,7 +29,7 @@ window.document.title = 'embedder';
<object id="plugin"
tabindex="0"
- type="application/new-browser-plugin"
+ type="application/browser-plugin"
width="640"
height="480"
border="0px"></object>

Powered by Google App Engine
This is Rietveld 408576698