blob: 94bd559239b777aa4ce7b4bc154dce273233e077 [file] [edit]
<!doctype HTML>
<title>Test that responsive iframe meta tag is immutable using ref test.</title>
<link rel="help" href="https://drafts.csswg.org/css-sizing/">
<link rel="match" href="responsive-iframe-ref.html">
<style>
iframe {
border: 1px solid black;
frame-sizing: content-height;
}
</style>
<iframe frameborder=0 src="resources/iframe-contents-meta-dynamic-remove.html"></iframe>