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

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: Rename iframe_id to iframe_name 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..3ebfc9f8cc81f8491986909a27ec560fcf61f8c8 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
@@ -7,7 +7,7 @@
<script type="application/x-javascript">
//<![CDATA[
function iframe_loaded() {
- var iframe_doc = window.frames['iframe_id'].document;
+ var iframe_doc = window.frames['iframe_name'].document;
var iframe_body = iframe_doc.body;
var tester = new Tester();
// 'plugin' is the name given to the embed by webkit
@@ -36,7 +36,7 @@
<body>
<h1>PPAPI Extension MIME Type Test</h1>
<iframe src='mime_test_data.dat'
- id='iframe_id'
+ name='iframe_name'
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