Source code
Revision control
Copy as Markdown
Other Tools
<!doctype HTML>
<title>Test that a same-origin iframe is responsively sized.</title>
<link rel="author" href="mailto:chrishtr@chromium.org">
<link rel="match" href="responsive-iframe-ref.html">
<style>
iframe {
border: 1px solid black;
contain-intrinsic-size: from-element;
}
</style>
<iframe frameborder=0 src="resources/iframe-contents.html">
</iframe>