tor-browser

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

489647-1.html (353B)


      1 <html class="reftest-wait"><head><title> Bug 489647 -  New 1.9.0.9 topcrash [@nsTextFrame::ClearTextRun()]</title></head>
      2 <body>
      3 <div id="a" style="white-space: pre;">
      4 m</div>
      5 <script>
      6 function doe() {
      7  document.getElementById('a').childNodes[0].splitText(1);
      8  document.documentElement.className = "";
      9 }
     10 setTimeout(doe, 100);
     11 </script>
     12 </body>
     13 </html>