| <!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> |