tor-browser

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

grid-items-sizing-alignment-001-ref.html (918B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reftest Reference: Grid Item Sizing</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <style>
      6  button {
      7    margin: 0; /* Prevent WebKit from adding some margin */
      8  }
      9 </style>
     10 
     11 <p>Test passes if it has the same output than the reference.</p>
     12 
     13 <div id="grid">
     14  <button style="width: 200px; height: 200px;">Stretched button (200x200)</button><button style="width: 200px; height: 200px;">Stretched button (200x200)</button><button style="vertical-align: top;">Regular button</button>
     15  <br>
     16  <img style="vertical-align: top; margin-right: 150px;" src="support/50x50-green.png" alt="Image download support must be enabled" /><img src="support/200x200-green.png" alt="Image download support must be enabled" /><img style="vertical-align: top;" src="support/50x50-green.png" alt="Image download support must be enabled" />
     17 </div>