tor-browser

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

column-empty-grid-lanes-container-002.html (510B)


      1 <!DOCTYPE html>
      2 <html>
      3 <link rel="help" href="https://drafts.csswg.org/css-grid-3">
      4 <link rel="match" href="column-empty-grid-lanes-container-002-ref.html">
      5 <link rel="author" title="Celeste Pan" href="mailto:celestepan@microsoft.com">
      6 <style>
      7 .grid-lanes {
      8    display: grid-lanes;
      9    background: gray;
     10    position: relative;
     11    flow-tolerance: 0;
     12    padding: 20px;
     13 }
     14 </style>
     15 <body>
     16  <p>Test that an empty grid-lanes container still renders padding.</p>
     17  <div class="grid-lanes"></div>
     18 </body>
     19 </html>