wpt / css / css-sizing / responsive-iframe / responsive-iframe-meta-dynamic-append-to-doc.html

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-append-to-doc.html

<!doctype HTML>
<title>Test that dynamic addition of meta tag to document element before body enables responsive sizing.</title>
<link rel="author" 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-to-doc.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>