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-no-match-element.html - WPT Dashboard Interop Dashboard
<!doctype HTML>
<title>Test that a same-origin iframe is responsively sized.</title>
<link rel="author" href="mailto:chrishtr@chromium.org">
<link rel="match" href="responsive-iframe-unsized-ref.html">
<style>
iframe {
border: 1px solid black;
}
</style>
<iframe frameborder=0 scrolling=no src="resources/iframe-contents.html">
</iframe>