tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

responsive-iframe-request-resize.tentative.html (443B)


      1 <!doctype HTML>
      2 <title>Test that the `window.requestResize()` resizes the iframe.</title>
      3 <link rel="author" href="mailto:kojii@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="resources/iframe-contents-request-resize.html">
     13 </iframe>