blob: 685eb60f123fb54066cca118ab5cb29cfcd89db9 [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-unsized-ref.html">
<style>
iframe {
border: 1px solid black;
}
</style>
<iframe frameborder=0 scrolling=no src="resources/iframe-contents.html">
</iframe>