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

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

Issue 2878573003: Initial skeleton of high-contrast mode. (Closed)
Patch Set: Move to CompositedLayerMapping::DoPaintTask and add unit test 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-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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }, 473 },
474 { 474 {
475 "prefix": "new-remote-playback-pipeline", 475 "prefix": "new-remote-playback-pipeline",
476 "base": "media/controls", 476 "base": "media/controls",
477 "args": ["--enable-features=NewRemotePlaybackPipeline"] 477 "args": ["--enable-features=NewRemotePlaybackPipeline"]
478 }, 478 },
479 { 479 {
480 "prefix": "new-remote-playback-pipeline", 480 "prefix": "new-remote-playback-pipeline",
481 "base": "external/wpt/remote-playback", 481 "base": "external/wpt/remote-playback",
482 "args": ["--enable-features=NewRemotePlaybackPipeline"] 482 "args": ["--enable-features=NewRemotePlaybackPipeline"]
483 },
484 {
485 "prefix": "high-contrast-mode",
486 "base": "paint/high-contrast-mode",
487 "args": ["--blink-settings=highContrastMode=3"]
483 } 488 }
484 ] 489 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698