tor-browser

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

caption-side-applies-to-017-ref.html (324B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        background: blue;
      7        width: 2in;
      8    }
      9    .box {
     10        height: 1in;
     11    }
     12 </style>
     13 <body>
     14    <p>Test passes if the "Filler Text" below is inside the box.</p>
     15    <div>Filler Text</div>
     16    <div class="box"></div>
     17 </body>