tor-browser

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

transform-generated-001-notref.html (342B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <style>
      7      div {
      8        float: left;
      9      }
     10      div::before {
     11        float: left;
     12        content: 'abc';
     13      }
     14    </style>
     15  </head>
     16  <body>
     17    <div>def</div>
     18  </body>
     19 </html>