tor-browser

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

348887-1-inner.html (485B)


      1 <html><head>
      2 <style>
      3 blockquote::first-letter {float: right;}
      4 </style>
      5 <title>
      6 Testcase bug - Crash [@ nsFrameList::DestroyFrames] on reload with column-count, -moz-inline-block and blockquote::first-letter
      7 </title>
      8 </head>
      9 <body>
     10 This page should not crash on reload
     11 <div style=" column-count: 2;">
     12 <span style="display: table;"></span>
     13 <blockquote style="display: -moz-inline-block;">anonymous text</blockquote>
     14 </div>
     15 
     16 <script>
     17 document.location.reload();
     18 </script>
     19 
     20 </body>
     21 </html>