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

Side by Side Diff: content/test/data/gpu/functional_video.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 <body> 2 <body>
3 <video src="../media/bear.ogv" id="video"></video> 3 <video src="../media/bear.ogv" id="video"></video>
4 <script> 4 <script>
5 elem = document.getElementById("video"); 5 elem = document.getElementById("video");
6 elem.addEventListener("loadedmetadata", function() { 6 elem.addEventListener("loadedmetadata", function() {
7 domAutomationController.setAutomationId(0);
8 domAutomationController.send("FINISHED"); 7 domAutomationController.send("FINISHED");
9 }); 8 });
10 elem.load(); 9 elem.load();
11 </script> 10 </script>
12 </body> 11 </body>
13 </html> 12 </html>
OLDNEW
« no previous file with comments | « content/test/data/gpu/functional_files/context.js ('k') | content/test/data/gpu/pixel_background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698