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

Unified Diff: chrome/test/data/gpu/webgl_conformance.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_webgl.html ('k') | chrome/test/data/gpu/webgl_popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/gpu/webgl_conformance.html
diff --git a/chrome/test/data/gpu/webgl_conformance.html b/chrome/test/data/gpu/webgl_conformance.html
index 445a1500d821cf7131d9116ff1a9601b093baa91..80eaa238fdc59a133137d083ff6a22c6e3876e14 100644
--- a/chrome/test/data/gpu/webgl_conformance.html
+++ b/chrome/test/data/gpu/webgl_conformance.html
@@ -51,7 +51,6 @@ function start(start_url) {
} else {
messages.push("SUCCESS");
}
- domAutomationController.setAutomationId(1);
domAutomationController.send(messages.join("\n"));
break;
}
@@ -76,7 +75,6 @@ function start(start_url) {
// Assert the WebGL context exists.
gl = create3DContext();
if (!gl) {
- domAutomationController.setAutomationId(1);
domAutomationController.send("FAILURE: unable to fetch WebGL context");
return;
}
« no previous file with comments | « chrome/test/data/gpu/feature_webgl.html ('k') | chrome/test/data/gpu/webgl_popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698