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

Unified Diff: chrome/test/data/gpu/webgl_popup.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/webgl_conformance.html ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/gpu/webgl_popup.html
diff --git a/chrome/test/data/gpu/webgl_popup.html b/chrome/test/data/gpu/webgl_popup.html
index 7f264e4e4c9bbd9acdeaeab8ee725741e72b81d9..8b5c2f72f28707185dcb2617881a9d1bcf0579e9 100644
--- a/chrome/test/data/gpu/webgl_popup.html
+++ b/chrome/test/data/gpu/webgl_popup.html
@@ -17,7 +17,6 @@ function popup() {
gl.readPixels(50, 50, 1, 1, gl.RGBA, gl.UNSIGNED_BYTE, a);
document.title = a[0] + ", " + a[1] + ", " + a[2];
- window.domAutomationController.setAutomationId(1);
if (a[0] == 255 && a[1] == 0 && a[2] == 0)
window.domAutomationController.send("SUCCESS");
else
« no previous file with comments | « chrome/test/data/gpu/webgl_conformance.html ('k') | chrome/test/data/keyevents_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698