Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-sizing/responsive-iframe/responsive-iframe-meta-dynamic-write.html
<!doctype HTML> <title>Test that dynamic addition of meta tag via document.write 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-write.html"></iframe>
/css/css-sizing/responsive-iframe/responsive-iframe-ref.html
<!doctype HTML> <style> div { width: 300px; height: 400px; border: 1px solid black; } </style> <div> </div>