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

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

Issue 2719853003: [Telemetry refactor] Drop "2" from method calls to JS API (Closed)
Patch Set: Created 3 years, 10 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/hardware_accelerated_feature_integration_test.py
diff --git a/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py b/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
index 2d192fb8d49ff2236ce3664b8ceb6a25f6d529d6..2fd35efeaf350df9cb0dee85ca2a568e12ba9f1d 100644
--- a/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
+++ b/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py
@@ -68,10 +68,10 @@ class HardwareAcceleratedFeatureIntegrationTest(
feature = args[0]
self._Navigate(test_path)
tab = self.tab
- if not tab.EvaluateJavaScript2(
+ if not tab.EvaluateJavaScript(
'VerifyHardwareAccelerated({{ feature }})', feature=feature):
print 'Test failed. Printing page contents:'
- print tab.EvaluateJavaScript2('document.body.innerHTML')
+ print tab.EvaluateJavaScript('document.body.innerHTML')
self.fail('%s not hardware accelerated' % feature)
def load_tests(loader, tests, pattern):
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_process_integration_test.py ('k') | content/test/gpu/gpu_tests/maps_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698