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

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

Issue 2878573003: Initial skeleton of high-contrast mode. (Closed)
Patch Set: Don't pass settings to GraphicsLayer, address other feedback from chrishtr 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-true-color-rendering"] 6 "--enable-true-color-rendering"]
7 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 }, 468 },
469 { 469 {
470 "prefix": "new-remote-playback-pipeline", 470 "prefix": "new-remote-playback-pipeline",
471 "base": "media/remoteplayback", 471 "base": "media/remoteplayback",
472 "args": ["--enable-features=NewRemotePlaybackPipeline"] 472 "args": ["--enable-features=NewRemotePlaybackPipeline"]
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 },
479 {
480 "prefix": "high-contrast-mode",
481 "base": "paint/high-contrast-mode",
482 "args": ["--blink-settings=highContrastMode=3"]
478 } 483 }
479 ] 484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698