blob: 22f6f1d1581af4bc515877dee2f8d119274817e3 [file] [log] [blame] [edit]
<!doctype HTML>
<title>Test that a cross-origin iframe is responsively sized.</title>
<link rel="author" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-sizing/">
<link rel="match" href="responsive-iframe-ref.html">
<style>
iframe {
border: 1px solid black;
contain-intrinsic-size: from-element;
}
</style>
<iframe frameborder=0 src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/resources/iframe-contents.html">
</iframe>