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-request-resize.tentative.html - WPT Dashboard Interop Dashboard
<!doctype HTML>
<title>Test that the `window.requestResize()` resizes the iframe.</title>
<link rel="author" href="mailto:kojii@chromium.org">
<link rel="match" href="responsive-iframe-ref.html">
<style>
iframe {
border: 1px solid black;
contain-intrinsic-size: from-element;
}
</style>
<iframe frameborder=0 src="resources/iframe-contents-request-resize.html">
</iframe>