tor-browser

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

colspan-zero-crash.html (287B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://github.com/servo/servo/issues/36699">
      3 <link rel="author" href="mailto:fwang@igalia.com" title="Frédéric Wang">
      4 <span id="span"></span>
      5 <script>
      6  let th = document.createElement("th");
      7  span.replaceWith(th);
      8  th.colSpan = 0;
      9 </script>