responsive-iframe-cross-origin-no-match-element.sub.tentative.html (481B)
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 } 10 </style> 11 <iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/responsive-iframe/resources/iframe-contents.html"> 12 </iframe>