tor-browser

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

transform-propagate-inherit-boolean-ref.html (560B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      6    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      7    <style>
      8      p {
      9        font-size: 20px;
     10        margin: 0;
     11        height: 0;
     12        width: 100px;
     13        position: relative;
     14        left: 80px;
     15      }
     16      p + p {
     17        font-size: 40px;
     18        position: relative;
     19        left: 160px;
     20      }
     21    </style>
     22  </head>
     23  <body>
     24    <p>One</p>
     25    <p>Two</p>
     26  </body>
     27 </html>