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

Side by Side Diff: chrome/test/data/popup_iframe.html

Issue 2503453003: Remove all calls to domAutomationController.setAutomationId.
Patch Set: Fix nacl_browsertest_util.cc Created 3 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 window.onload = function() { 5 window.onload = function() {
6 domAutomationController.setAutomationId(0);
7 domAutomationController.send("DONE"); 6 domAutomationController.send("DONE");
8 } 7 }
9 </script> 8 </script>
10 </head> 9 </head>
11 <body>iframe test</body> 10 <body>iframe test</body>
12 </html> 11 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/password/password_xhr_submit.html ('k') | chrome/test/data/supervised_user/with_iframes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698