tor-browser

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

blending-svg-foreign-object-ref.html (292B)


      1 <!DOCTYPE html>
      2 <div style="background: green">
      3  <div>Expected: a black square on green background.</div>
      4  <svg style="height: 200px">
      5    <foreignObject width="200" height="200">
      6      <div style="width: 200px; height: 200px; background: black"></div>
      7    </foreignObject>
      8  </svg>
      9 </div>