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

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

Issue 2926763004: color: Enable color correct rendering on all layout tests (Closed)
Patch Set: One more expectations Created 3 years, 6 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 unified diff | Download patch
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-blink-features=ColorCanvasExtensions"]
6 "--enable-blink-features=ColorCanvasExtensions"]
7 }, 6 },
8 { 7 {
9 "prefix": "gpu", 8 "prefix": "gpu",
10 "base": "fast/canvas", 9 "base": "fast/canvas",
11 "args": ["--enable-accelerated-2d-canvas", 10 "args": ["--enable-accelerated-2d-canvas",
12 "--disable-display-list-2d-canvas"] 11 "--disable-display-list-2d-canvas"]
13 }, 12 },
14 { 13 {
15 "prefix": "display_list_2d_canvas", 14 "prefix": "display_list_2d_canvas",
16 "base": "fast/canvas", 15 "base": "fast/canvas",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 }, 63 },
65 { 64 {
66 "prefix": "threaded", 65 "prefix": "threaded",
67 "base": "fast/scroll-behavior", 66 "base": "fast/scroll-behavior",
68 "args": ["--enable-threaded-compositing", 67 "args": ["--enable-threaded-compositing",
69 "--enable-prefer-compositing-to-lcd-text"] 68 "--enable-prefer-compositing-to-lcd-text"]
70 }, 69 },
71 { 70 {
72 "prefix": "gpu-rasterization", 71 "prefix": "gpu-rasterization",
73 "base": "images", 72 "base": "images",
74 "args": ["--force-gpu-rasterization", 73 "args": ["--force-gpu-rasterization"]
75 "--enable-color-correct-rendering",
76 "--force-color-profile=srgb"]
77 }, 74 },
78 { 75 {
79 "prefix": "exotic-color-space", 76 "prefix": "exotic-color-space",
80 "base": "images", 77 "base": "images",
81 "args": ["--enable-color-correct-rendering", 78 "args": ["--force-color-profile=color-spin-gamma24"]
82 "--force-color-profile=color-spin-gamma24"]
83 }, 79 },
84 { 80 {
85 "prefix": "stable", 81 "prefix": "stable",
86 "base": "webexposed", 82 "base": "webexposed",
87 "args": ["--stable-release-mode"] 83 "args": ["--stable-release-mode"]
88 }, 84 },
89 { 85 {
90 "prefix": "stable", 86 "prefix": "stable",
91 "base": "http/tests/serviceworker/webexposed", 87 "base": "http/tests/serviceworker/webexposed",
92 "args": ["--stable-release-mode"] 88 "args": ["--stable-release-mode"]
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "prefix": "new-remote-playback-pipeline", 489 "prefix": "new-remote-playback-pipeline",
494 "base": "media/controls", 490 "base": "media/controls",
495 "args": ["--enable-features=NewRemotePlaybackPipeline"] 491 "args": ["--enable-features=NewRemotePlaybackPipeline"]
496 }, 492 },
497 { 493 {
498 "prefix": "new-remote-playback-pipeline", 494 "prefix": "new-remote-playback-pipeline",
499 "base": "external/wpt/remote-playback", 495 "base": "external/wpt/remote-playback",
500 "args": ["--enable-features=NewRemotePlaybackPipeline"] 496 "args": ["--enable-features=NewRemotePlaybackPipeline"]
501 } 497 }
502 ] 498 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698