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

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

Issue 2355913002: Add a new shared page state in pixel_tests.py (Closed)
Patch Set: add parameter in trace test Created 4 years, 3 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 | content/test/gpu/gpu_tests/trace_test_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/trace_test.py
diff --git a/content/test/gpu/gpu_tests/trace_test.py b/content/test/gpu/gpu_tests/trace_test.py
index 17161e36787daffe1c360ba19cec01e95ddb3015..fc30ebb4c03677f6c23988d37217fec482a87f9a 100644
--- a/content/test/gpu/gpu_tests/trace_test.py
+++ b/content/test/gpu/gpu_tests/trace_test.py
@@ -64,6 +64,7 @@ class TraceValidatorBase(gpu_test_base.ValidatorBase):
def CustomizeBrowserOptions(self, options):
options.AppendExtraBrowserArgs('--enable-logging')
+ options.AppendExtraBrowserArgs('--enable-experimental-canvas-features')
def WillNavigateToPage(self, page, tab):
config = tracing_config.TracingConfig()
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/trace_test_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698