Commit d0adde8c authored by Aran Gilman's avatar Aran Gilman Committed by Commit Bot

Replace high-contrast-mode with dark-mode in Blink's web tests.

This is a follow-up to https://crrev.com/c/1500255.

Bug: 938511
Change-Id: If3a4f8a3488557808551da8180ff858522f23052
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506872
Commit-Queue: Aran Gilman <gilmanmh@google.com>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Auto-Submit: Aran Gilman <gilmanmh@google.com>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638337}
parent 6fb111eb
...@@ -432,18 +432,18 @@ ...@@ -432,18 +432,18 @@
"args": ["--enable-print-browser"] "args": ["--enable-print-browser"]
}, },
{ {
"prefix": "high-contrast-mode", "prefix": "dark-mode",
"base": "paint/high-contrast-mode/image-filter-all", "base": "paint/dark-mode/image-filter-all",
"args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=0"] "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=0"]
}, },
{ {
"prefix": "high-contrast-mode", "prefix": "dark-mode",
"base": "paint/high-contrast-mode/image-filter-none", "base": "paint/dark-mode/image-filter-none",
"args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=1"] "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=1"]
}, },
{ {
"prefix": "high-contrast-mode", "prefix": "dark-mode",
"base": "paint/high-contrast-mode/image-filter-smart", "base": "paint/dark-mode/image-filter-smart",
"args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=2"] "args": ["--blink-settings=highContrastMode=3,highContrastImagePolicy=2"]
}, },
{ {
......
# This suite runs the tests in LayoutTests/paint/high-contrast-mode # This suite runs the tests in LayoutTests/paint/dark-mode
# with --blink-settings="highContrastMode=3,highContrastImagePolicy=0" # with --blink-settings="highContrastMode=3,highContrastImagePolicy=0"
# See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py. # See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py.
# This suite runs the tests in LayoutTests/paint/high-contrast-mode # This suite runs the tests in LayoutTests/paint/dark-mode
# with --blink-settings="highContrastMode=3,highContrastImagePolicy=1" # with --blink-settings="highContrastMode=3,highContrastImagePolicy=1"
# See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py. # See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py.
# This suite runs the tests in LayoutTests/paint/high-contrast-mode # This suite runs the tests in LayoutTests/paint/dark-mode
# with --blink-settings="highContrastMode=3,highContrastImagePolicy=2" # with --blink-settings="highContrastMode=3,highContrastImagePolicy=2"
# See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py. # See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment