tor-browser

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

iframe-modify-scrolling-attr-to-yes-ref.html (349B)


      1 <!DOCTYPE html>
      2 <title>iframe with scrolling attr equals yes</title>
      3 <link rel="author" title="Jinfeng Ma" href="mailto:majinfeng1@xiaomi.org">
      4 
      5 <p>Test passes if you can see the scrollbars of the iframe displayed below.</p>
      6 <iframe src="support/iframe-which-content-height-equals-400px.html" scrolling="yes" width="200px" height="100px">
      7 </iframe>