blob: 08dda4e6b7660bdea83681b52fa15ae93ad32ceb [file] [log] [blame] [edit]
<!doctype HTML>
<title>Test that a cross-origin iframe is responsively sized.</title>
<link rel="author" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-sizing/">
<link rel="match" href="responsive-iframe-unsized-ref.html">
<style>
iframe {
border: 1px solid black;
}
</style>
<iframe frameborder=0 scrolling=no src="http://{{hosts[alt][]}}:{{ports[http][0]}}/css/css-sizing/resources/iframe-contents.html">
</iframe>