blob: 1a88e532fab64126e98ae5cdeba29c7134e60b03 [file] [edit]
<!doctype HTML>
<title>Test that dynamic addition of meta tag does not enable 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-unsized-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>