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

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

Issue 2889313002: color: Enable color correct rendering for images layout tests (Closed)
Patch Set: Rebaseline everything 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/images/cHRM_color_spin-expected.png » ('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-blink-features=ColorCanvasExtensions"] 6 "--enable-blink-features=ColorCanvasExtensions"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 }, 64 },
65 { 65 {
66 "prefix": "threaded", 66 "prefix": "threaded",
67 "base": "fast/scroll-behavior", 67 "base": "fast/scroll-behavior",
68 "args": ["--enable-threaded-compositing", 68 "args": ["--enable-threaded-compositing",
69 "--enable-prefer-compositing-to-lcd-text"] 69 "--enable-prefer-compositing-to-lcd-text"]
70 }, 70 },
71 { 71 {
72 "prefix": "gpu-rasterization", 72 "prefix": "gpu-rasterization",
73 "base": "images", 73 "base": "images",
74 "args": ["--force-gpu-rasterization"] 74 "args": ["--force-gpu-rasterization",
75 "--enable-color-correct-rendering",
76 "--force-color-profile=srgb"]
75 }, 77 },
76 { 78 {
77 "prefix": "stable", 79 "prefix": "stable",
78 "base": "webexposed", 80 "base": "webexposed",
79 "args": ["--stable-release-mode"] 81 "args": ["--stable-release-mode"]
80 }, 82 },
81 { 83 {
82 "prefix": "stable", 84 "prefix": "stable",
83 "base": "http/tests/serviceworker/webexposed", 85 "base": "http/tests/serviceworker/webexposed",
84 "args": ["--stable-release-mode"] 86 "args": ["--stable-release-mode"]
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "prefix": "new-remote-playback-pipeline", 472 "prefix": "new-remote-playback-pipeline",
471 "base": "media/remoteplayback", 473 "base": "media/remoteplayback",
472 "args": ["--enable-features=NewRemotePlaybackPipeline"] 474 "args": ["--enable-features=NewRemotePlaybackPipeline"]
473 }, 475 },
474 { 476 {
475 "prefix": "new-remote-playback-pipeline", 477 "prefix": "new-remote-playback-pipeline",
476 "base": "media/controls", 478 "base": "media/controls",
477 "args": ["--enable-features=NewRemotePlaybackPipeline"] 479 "args": ["--enable-features=NewRemotePlaybackPipeline"]
478 } 480 }
479 ] 481 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/images/cHRM_color_spin-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698