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

Side by Side Diff: content/test/data/page_with_blur.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
« no previous file with comments | « content/test/data/net_info.html ('k') | content/test/data/page_with_input_field.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 5
6 window.onload = function() { 6 window.onload = function() {
7 document.body.onblur = function() { 7 document.body.onblur = function() {
8 domAutomationController.setAutomationId(0);
9 domAutomationController.send("document-blur"); 8 domAutomationController.send("document-blur");
10 } 9 }
11 } 10 }
12 11
13 </script> 12 </script>
14 </head> 13 </head>
15 14
16 <body> 15 <body>
17 This page has a blur event. 16 This page has a blur event.
18 </body> 17 </body>
19 </html> 18 </html>
20 19
OLDNEW
« no previous file with comments | « content/test/data/net_info.html ('k') | content/test/data/page_with_input_field.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698