tor-browser

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

grid-support-grid-template-columns-rows-001.html.ini (600B)


      1 [grid-support-grid-template-columns-rows-001.html]
      2  ['grid' with: grid-template-columns: minmax(100px, 200px, 300px); and grid-template-rows: minmax(100px, 200px, 300px);]
      3    expected: FAIL
      4 
      5  ['grid' with: grid-template-columns: 100px, 200px; and grid-template-rows: 300px, 400px;]
      6    expected: FAIL
      7 
      8  ['grid' with: grid-template-columns: none; and grid-template-rows: none;]
      9    expected: FAIL
     10 
     11  ['grid' with: grid-template-columns: foo; and grid-template-rows: bar;]
     12    expected: FAIL
     13 
     14  ['grid' with: grid-template-columns: auto none; and grid-template-rows: none auto;]
     15    expected: FAIL