summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-iframe-background-about-blank.tentative.html
blob: f9ab24fdc19b54ab3ba062c4fcc6d0a5a2fbade2 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Color Adjustment Test: about:blank doesn't cause a white backdrop in dark mode even though technically its color-scheme is mismatched</title>
<link rel="help" href="https://drafts.csswg.org/css-color-adjust/#color-scheme-effect">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/9624">
<link rel="match" href="color-scheme-iframe-background-about-blank-ref.html">
<style>
:root { color-scheme: dark }
</style>
<p>Should not see a white frame below</p>
<iframe width="600" height="400"></iframe>