blob: 6646b1fa3dae5a5dd32cad4b55c339029c02b233 [file] [edit]
<!doctype HTML>
<title>Test that dynamic addition of meta tag before body enables responsive sizing.</title>
<link rel="link" href="mailto:kojii@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#responsive-iframes">
<link rel="match" href="responsive-iframe-ref.html">
<style>
iframe {
border: 1px solid black;
frame-sizing: content-height;
}
</style>
<iframe frameborder=0 scrolling=no src="resources/iframe-contents-meta-dynamic-append.html"></iframe>