Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype HTML>
<title>Test that dynamic addition of meta tag via document.write does not enable responsive sizing.</title>
<link rel="link" href="mailto:kojii@chromium.org">
<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-dynamic-write.html"></iframe>