Skip to content

Commit

Permalink
Add dark-mode-default virtual tests for images.
Browse files Browse the repository at this point in the history
Add virtual tests for default dark mode behavior for images. This will
help check and correct default behavior for images.

Bug: 1116914
Change-Id: Ifcd6db9df15b5616511fdc50125f277071341976
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434023
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Prashant Nevase <prashant.n@samsung.com>
Cr-Commit-Position: refs/heads/master@{#811931}
  • Loading branch information
prashant-samsung authored and Commit Bot committed Sep 30, 2020
1 parent cc47e0c commit 93941bd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/blink/web_tests/VirtualTestSuites
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@
},
{
"prefix": "dark-mode-default",
"bases": ["dark-mode/colors"],
"bases": ["dark-mode/colors",
"dark-mode/images"],
"args": ["--blink-settings=forceDarkModeEnabled=true"]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This suite runs the tests in web_tests/dark-mode/images
# with --blink-settings=forceDarkModeEnabled=true
# See the virtual_test_suites() method in tools/blinkpy/web_tests/port/base.py.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93941bd

Please sign in to comment.