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

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2556973002: Allow specifying ColorBehavior to ImageSource (Closed)
Patch Set: Rebase Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "color_space", 3 "prefix": "color_space",
4 "base": "fast/canvas/color-space", 4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering"] 5 "args": ["--enable-color-correct-rendering",
6 "--enable-true-color-rendering"]
6 }, 7 },
7 { 8 {
8 "prefix": "gpu", 9 "prefix": "gpu",
9 "base": "fast/canvas", 10 "base": "fast/canvas",
10 "args": ["--enable-accelerated-2d-canvas", 11 "args": ["--enable-accelerated-2d-canvas",
11 "--disable-display-list-2d-canvas"] 12 "--disable-display-list-2d-canvas"]
12 }, 13 },
13 { 14 {
14 "prefix": "display_list_2d_canvas", 15 "prefix": "display_list_2d_canvas",
15 "base": "fast/canvas", 16 "base": "fast/canvas",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "prefix": "feature-policy", 334 "prefix": "feature-policy",
334 "base": "http/tests/feature-policy", 335 "base": "http/tests/feature-policy",
335 "args": ["--enable-blink-features=FeaturePolicy"] 336 "args": ["--enable-blink-features=FeaturePolicy"]
336 }, 337 },
337 { 338 {
338 "prefix": "spinvalidation", 339 "prefix": "spinvalidation",
339 "base": "paint/invalidation", 340 "base": "paint/invalidation",
340 "args": ["--enable-blink-features=SlimmingPaintInvalidation"] 341 "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
341 } 342 }
342 ] 343 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698