wpt / css / css-sizing / responsive-iframe / responsive-iframe-cross-origin-not-embedded-sized.sub.html

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

/css/css-sizing/responsive-iframe/responsive-iframe-cross-origin-not-embedded-sized.sub.html

<!doctype HTML>
<title>Test that a cross-origin iframe is responsively sized.</title>
<link rel="author" href="mailto:chrishtr@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-sizing/">
<link rel="match" href="responsive-iframe-unsized-ref.html">
<style>
iframe {
    border: 1px solid black;
    contain-intrinsic-size: from-element none;
}
</style>
<iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents-unsized.html">
</iframe>

/css/css-sizing/responsive-iframe/responsive-iframe-unsized-ref.html

<!doctype HTML>
<style>
div {
   width: 300px;
   height: 150px;
   border: 1px solid black;
}
</style>
<div>
</div>