tor-browser

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

anonymous-grid-items-001.html (542B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS Grid: anonynous grid items.</title>
      4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
      5 <link rel="help" href="https://drafts.csswg.org/css-grid-1/#grid-items">
      6 <link rel="match" href="reference/anonymous-grid-items-001-ref.html">
      7 <meta name="assert" content="This test ensures that anonymous grid items are supported."/>
      8 <body>
      9  <div>The test passes if it has the same output than the reference.</div>
     10  <div style="display: grid;">
     11    anonymous item
     12  </div>
     13 </body>
     14 </html>