tor-browser

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

chrome-bug-1371700.html (207B)


      1 <!doctype html>
      2 <p>This test should not crash.</p>
      3 <svg id="svgvar00001">
      4  <clipPath>
      5    <image xlink:href="#nothing" onerror="foo()"/>
      6  </clipPath>
      7 </svg>
      8 <svg>
      9  <use xlink:href="#svgvar00001"/>
     10 </svg>