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

Side by Side Diff: content/test/data/gpu/functional_3d_css.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 width:200px; 5 width:200px;
6 height:100px; 6 height:100px;
7 background-color:black; 7 background-color:black;
8 color:#ffffff; 8 color:#ffffff;
9 -webkit-transform:translateZ(0); 9 -webkit-transform:translateZ(0);
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body onload="finished()"> 13 <body onload="finished()">
14 <div>3D CSS</div> 14 <div>3D CSS</div>
15 <script> 15 <script>
16 function finished() { 16 function finished() {
17 domAutomationController.setAutomationId(0);
18 domAutomationController.send("FINISHED"); 17 domAutomationController.send("FINISHED");
19 } 18 }
20 </script> 19 </script>
21 </body> 20 </body>
22 </html> 21 </html>
OLDNEW
« no previous file with comments | « content/test/data/gpu/filter_effects.html ('k') | content/test/data/gpu/functional_canvas_demo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698