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

Unified Diff: chrome/test/data/gpu/feature_raf_no_damage.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/gpu/feature_multisampling.html ('k') | chrome/test/data/gpu/feature_webgl.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/gpu/feature_raf_no_damage.html
diff --git a/chrome/test/data/gpu/feature_raf_no_damage.html b/chrome/test/data/gpu/feature_raf_no_damage.html
index 53d78579205919fb8c680899fc94977d42078c05..bf390a9e0ea256448bf301b7e3535bcbaf7b8650 100644
--- a/chrome/test/data/gpu/feature_raf_no_damage.html
+++ b/chrome/test/data/gpu/feature_raf_no_damage.html
@@ -19,7 +19,6 @@ function draw() {
console.time("___RafWithNoDamage___");
frameCount++;
if (frameCount == totalRafs) {
- domAutomationController.setAutomationId(1);
domAutomationController.send("FINISHED");
} else {
window.requestAnimationFrame(draw);
« no previous file with comments | « chrome/test/data/gpu/feature_multisampling.html ('k') | chrome/test/data/gpu/feature_webgl.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698