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

Side by Side Diff: chrome/test/data/automation/sends_message_on_load.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 <!-- Used for testing that the automation code waits until the onload handler 1 <!-- Used for testing that the automation code waits until the onload handler
2 ---- has finished. 2 ---- has finished.
3 !--> 3 !-->
4 <html> 4 <html>
5 <script> 5 <script>
6 window.onload = function() { 6 window.onload = function() {
7 window.domAutomationController.setAutomationId(0);
8 window.domAutomationController.send(1); 7 window.domAutomationController.send(1);
9 } 8 }
10 </script> 9 </script>
11 </html> 10 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/ads_observer/docwrite_provisional_frame.html ('k') | chrome/test/data/chrome_extension_resource.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698