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

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

Issue 2496913003: Display linear-srgb color managed canvas (Closed)
Patch Set: Setting the layout test to fail on Mac. 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "color_space",
4 "base": "fast/canvas/color-space",
5 "args": ["--enable-color-correct-rendering"]
6 },
7 {
3 "prefix": "gpu", 8 "prefix": "gpu",
4 "base": "fast/canvas", 9 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 10 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas"] 11 "--disable-display-list-2d-canvas"]
7 }, 12 },
8 { 13 {
9 "prefix": "display_list_2d_canvas", 14 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 15 "base": "fast/canvas",
11 "args": ["--force-display-list-2d-canvas"] 16 "args": ["--force-display-list-2d-canvas"]
12 }, 17 },
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "prefix": "layout_ng", 323 "prefix": "layout_ng",
319 "base": "fast/block/margin-collapse", 324 "base": "fast/block/margin-collapse",
320 "args": ["--enable-blink-features=LayoutNG"] 325 "args": ["--enable-blink-features=LayoutNG"]
321 }, 326 },
322 { 327 {
323 "prefix": "layout_ng", 328 "prefix": "layout_ng",
324 "base": "fast/block/float", 329 "base": "fast/block/float",
325 "args": ["--enable-blink-features=LayoutNG"] 330 "args": ["--enable-blink-features=LayoutNG"]
326 } 331 }
327 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698