Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-sizing/responsive-iframe/responsive-iframe-dynamic-remove.tentative.html - WPT Dashboard Interop Dashboard
<!doctype HTML>
<title>Test that responsive iframe meta tag is immutable using ref test.</title>
<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-dynamic-remove.html"></iframe>