tor-browser

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

template-table-crash.html (319B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" href="mailto:masonf@chromium.org">
      4 <link rel="help" href="https://crbug.com/1212619">
      5 <meta name="assert" content="The renderer should not crash.">
      6 
      7 <template id=tmpl></template>
      8 <table id=tbl>
      9  <script>
     10    tmpl.appendChild(tbl);
     11  </script>
     12  Crash
     13 </table>