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

Unified Diff: content/test/gpu/gpu_tests/context_lost_integration_test.py

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
Index: content/test/gpu/gpu_tests/context_lost_integration_test.py
diff --git a/content/test/gpu/gpu_tests/context_lost_integration_test.py b/content/test/gpu/gpu_tests/context_lost_integration_test.py
index 935537e1a39a60a5b58aa5dc390cabdf977d8f24..1f0192680cff2adfaf3e5390ff410a05ca12819c 100644
--- a/content/test/gpu/gpu_tests/context_lost_integration_test.py
+++ b/content/test/gpu/gpu_tests/context_lost_integration_test.py
@@ -24,8 +24,6 @@ harness_script = r"""
domAutomationController._succeeded = false;
domAutomationController._finished = false;
- domAutomationController.setAutomationId = function(id) {}
-
domAutomationController.send = function(msg) {
msg = msg.toLowerCase()
if (msg == "loaded") {
« no previous file with comments | « content/test/data/simple_database.html ('k') | content/test/gpu/gpu_tests/depth_capture_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698