tor-browser

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

grid-auto-margin-and-replaced-item-001-ref.html (390B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Reference: 100x100 green square image in the middle</title>
      4 <link rel="author" title="Hyunjune Kim" href="mailto:hyunjune.kim@samsung.com">
      5 <style>
      6  img {
      7    display: block;
      8    margin: auto;
      9  }
     10 </style>
     11 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
     12 <div>
     13  <img src="./support/100x100-green.png">
     14 </div>