responsive-iframe-cross-origin.sub.tentative.html (507B)
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-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 src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents.html"> 13 </iframe>