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

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

Issue 11821028: Browser Plugin: Make sure name attribute is propagated to guest if it's set prior to initializing p… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated test Created 7 years, 11 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_naming_embedder.html
diff --git a/content/test/data/browser_plugin_naming_embedder.html b/content/test/data/browser_plugin_naming_embedder.html
index 7d6e1a6a10cd2af9b7866ea14fdb7eb4359d2be4..17d4b7bafd17ee9de90a0032c0b46b4a6136029e 100644
--- a/content/test/data/browser_plugin_naming_embedder.html
+++ b/content/test/data/browser_plugin_naming_embedder.html
@@ -2,6 +2,7 @@
<body>
<object id="plugin"
type="application/browser-plugin"
+ name="start"
width="640"
height="480"></object>
<script>

Powered by Google App Engine
This is Rietveld 408576698