blob: c4971d0f7d7f7b1a02994eea7d018e947f79186b [file] [log] [blame] [edit]
<!doctype HTML>
<title>Test that a same-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-ref.html">
<style>
iframe {
border: 1px solid black;
frame-sizing: content-height;
}
</style>
<iframe frameborder=0 src="resources/iframe-contents.html">
</iframe>