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

Unified Diff: chrome/test/functional/gpu.py

Issue 8295021: Fix an outdated pyauto gpu test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/gpu.py
diff --git a/chrome/test/functional/gpu.py b/chrome/test/functional/gpu.py
index e0b7d680020c9380223f259e0550eb6b5ff26c08..172607f60756432b241690a625c5f846dec35bb5 100644
--- a/chrome/test/functional/gpu.py
+++ b/chrome/test/functional/gpu.py
@@ -72,7 +72,7 @@ class GpuTest(pyauto.PyUITest):
def testCompositing(self):
"""Verify gpu process in compositing example."""
- self.assertTrue(self._IsHardwareAccelerated('Compositing'))
+ self.assertTrue(self._IsHardwareAccelerated('WebGL'))
self._VerifyGPUProcessOnPage('WebGLTeapot.html')
def testWebGL(self):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698