tor-browser

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

flex-aspect-ratio-img-row-014-ref.html (409B)


      1 <!DOCTYPE html>
      2 <title>CSS Reference</title>
      3 <link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
      4 <style>
      5 span {
      6  display: inline-block;
      7  background-color: green;
      8  height: 225px;
      9  width: 90px;
     10 }
     11 
     12 div {
     13  border: 1px solid black;
     14  height: 225px;
     15  width: 300px;
     16 }
     17 </style>
     18 
     19 <p>Test passes if there is <strong>no red</strong> visible on the page.</p>
     20 <div><span></span></div>