blob: 0485044ca4f2fc2083f965c6b31c1cb666294162 [file] [log] [blame]
<!doctype html>
<title>CSS Color Adjustment Test: Frames with a dark color-scheme should get an opaque background when embedding element and embedded root color-schemes do not match (cross origin)</title>
<link rel="help" href="https://drafts.csswg.org/css-color-adjust/#color-scheme-effect">
<link rel="match" href="support/dark-frame-opaque.html">
<style>
html, body {
margin: 0;
height: 100%;
}
iframe {
margin: 0;
border: 0;
padding: 0;
width: 100%;
height: 100%;
display: block;
}
</style>
<iframe src="http://{{domains[www]}}:{{ports[http][0]}}/css/css-color-adjust/rendering/dark-color-scheme/support/dark-frame-opaque.html"></iframe>