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

Unified Diff: chrome/test/data/gpu/feature_multisampling.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_canvas2d.html ('k') | chrome/test/data/gpu/feature_raf_no_damage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/gpu/feature_multisampling.html
diff --git a/chrome/test/data/gpu/feature_multisampling.html b/chrome/test/data/gpu/feature_multisampling.html
index 136fda5c3a5c364735cea8810d8d3d63e968f3a0..07453332181292413c2cf8d8b44b2419f810c800 100644
--- a/chrome/test/data/gpu/feature_multisampling.html
+++ b/chrome/test/data/gpu/feature_multisampling.html
@@ -26,7 +26,6 @@ function runTest() {
var attrib = null;
if (gl)
attrib = gl.getContextAttributes();
- domAutomationController.setAutomationId(1);
if (gl && attrib && attrib.antialias)
domAutomationController.send("TRUE");
else
« no previous file with comments | « chrome/test/data/gpu/feature_canvas2d.html ('k') | chrome/test/data/gpu/feature_raf_no_damage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698