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

Unified Diff: chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html

Issue 188813003: Update several browser_tests / content_browsertests to set iframes' name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/nacl/extension_mime_handler/ppapi_extension_mime_handler.html
diff --git a/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html b/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html
index 5470f82d407d17104c975d5bb4e384a409b3846d..185c462c6528ac514b1ce1e4c8d5912c0b773448 100644
--- a/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html
+++ b/chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.html
@@ -36,7 +36,7 @@
<body>
<h1>PPAPI Extension MIME Type Test</h1>
<iframe src='mime_test_data.dat'
- id='iframe_id'
+ name='iframe_id'
width='100'
height='100'
onload='iframe_loaded()'>
« no previous file with comments | « chrome/renderer/autofill/password_autofill_agent_browsertest.cc ('k') | content/browser/frame_host/frame_tree_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698