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-meta-in-body.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Test that meta tag in body does not enable responsive sizing.</title>
<link rel="link" href="mailto:kojii@chromium.org">
<link rel="match" href="responsive-iframe-unsized-ref.html">
<style>
iframe {
border: 1px solid black;
frame-sizing: content-height;
}
</style>
<iframe frameborder=0 scrolling=no src="resources/iframe-contents-meta-in-body.html"></iframe>