tor-browser

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

foreign-object-scale-scroll.html (549B)


      1 <!doctype html>
      2 <title>foreignObject with scale transform and overflow:scroll</title>
      3 <meta name=fuzzy content="maxDifference=0-10;totalPixels=0-10">
      4 <link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#embedded-ForeignObjectElement"/>
      5 <link rel="match" href="foreign-object-scale-scroll-ref.html">
      6 <svg width="400" height="400">
      7  <foreignObject x="100" y="100" transform="scale(2)" width="100" height="100" style="overflow: scroll">
      8    <div style="width: 1000px; height: 1000px; background: blue"></div>
      9  </foreignObject>
     10 </svg>