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

Unified Diff: content/test/gpu/page_sets/gpu_process_tests.py

Issue 2482963002: fix incorrect about:gpu entry for WebGL2 (Closed)
Patch Set: fix test Created 4 years, 1 month 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 | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/page_sets/gpu_process_tests.py
diff --git a/content/test/gpu/page_sets/gpu_process_tests.py b/content/test/gpu/page_sets/gpu_process_tests.py
index bdfa1114b591c9b64de282a1986dfb673069f891..b8b9ae349379161fb2f185b7f978e8eebb03ff56 100644
--- a/content/test/gpu/page_sets/gpu_process_tests.py
+++ b/content/test/gpu/page_sets/gpu_process_tests.py
@@ -556,7 +556,7 @@ class ReadbackWebGLGpuProcessPage(gpu_test_base.PageBase):
elif name == 'webgl':
result = result and status == 'enabled_readback'
elif name == 'webgl2':
- result = result and status == 'disabled_off'
+ result = result and status == 'unavailable_off'
else:
result = result and status == 'unavailable_software'
if not result:
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698