wpt / css / css-color-adjust / rendering / dark-color-scheme / color-scheme-iframe-background-about-blank.tentative.html

Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-iframe-background-about-blank.tentative.html

<!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>

/css/css-color-adjust/rendering/dark-color-scheme/color-scheme-iframe-background-about-blank-ref.html

<!doctype html>
<title>CSS Test Reference</title>
<style>:root { color-scheme: dark }</style>
<p>Should not see a white frame below</p>
<iframe width="600" height="400" src="support/dark-frame-blank.html"></iframe>