Commit 789aa3e9 authored by Sam Sebree's avatar Sam Sebree Committed by Commit Bot

[Controls Refresh] Adds web test coverage for summary/details native control in dark mode

This change adds a web test for details/summary being used in a dark
mode web page

Bug: 929098
Change-Id: If22399430b739f6c4a3d9bf84c575f7edd96829e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095856
Commit-Queue: Sam Sebree <sasebree@microsoft.com>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749391}
parent ff01b3b3
<!DOCTYPE html>
<meta name="color-scheme" content="dark">
<div style="color:white">
<details style="color-scheme: dark">
<summary>summary</summary>
</details>
</div>
<div style="color:white">
<details open style="color-scheme: dark">
<summary>summary 2</summary>
Example text
</details>
</div>
\ No newline at end of file
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