responsive-iframe-not-embedded-sized.tentative.html (459B)
1 <!doctype HTML> 2 <title>Test that a same-origin iframe is responsively sized.</title> 3 <link rel="author" href="mailto:chrishtr@chromium.org"> 4 <link rel="help" href="https://drafts.csswg.org/css-sizing/"> 5 <link rel="match" href="responsive-iframe-unsized-ref.html"> 6 <style> 7 iframe { 8 border: 1px solid black; 9 contain-intrinsic-size: from-element none; 10 } 11 </style> 12 <iframe frameborder=0 scrolling=no src="resources/iframe-contents-unsized.html"> 13 </iframe>