tor-browser

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

466845-1.html (363B)


      1 <html>
      2 <head>
      3 <title>Crash [@ nsViewManager::CreateView] with ::first-line position: absolute and transform</title>
      4 <style>
      5 #a::first-line {  transform: translate(50px);}
      6 </style>
      7 </head>
      8 <body style="position: absolute;">
      9 <span style="position: absolute;" id="a">
     10 <span style="transform: translate(50px);">&#1593; &#1593; &#1593;
     11 </span>
     12 </span>
     13 </body>
     14 </html>