responsive-iframe-cross-origin-not-embedded-sized.sub.tentative.html (536B)
1 <!doctype HTML> 2 <title>Test that a cross-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="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents-unsized.html"> 13 </iframe>