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

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

Issue 2878573003: Initial skeleton of high-contrast mode. (Closed)
Patch Set: Rebase 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/paint/high-contrast-mode/text-on-backgrounds.html » ('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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 }, 491 },
492 { 492 {
493 "prefix": "new-remote-playback-pipeline", 493 "prefix": "new-remote-playback-pipeline",
494 "base": "media/controls", 494 "base": "media/controls",
495 "args": ["--enable-features=NewRemotePlaybackPipeline"] 495 "args": ["--enable-features=NewRemotePlaybackPipeline"]
496 }, 496 },
497 { 497 {
498 "prefix": "new-remote-playback-pipeline", 498 "prefix": "new-remote-playback-pipeline",
499 "base": "external/wpt/remote-playback", 499 "base": "external/wpt/remote-playback",
500 "args": ["--enable-features=NewRemotePlaybackPipeline"] 500 "args": ["--enable-features=NewRemotePlaybackPipeline"]
501 },
502 {
503 "prefix": "high-contrast-mode",
504 "base": "paint/high-contrast-mode",
505 "args": ["--blink-settings=highContrastMode=3"]
501 } 506 }
502 ] 507 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/high-contrast-mode/text-on-backgrounds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698