tor-browser

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

grid-lanes-shorthand-computed.html.ini (624B)


      1 [grid-lanes-shorthand-computed.html]
      2  [Property grid-lanes value '"a b c" 10% 20% 30% row-reverse']
      3    expected: FAIL
      4 
      5  [Property grid-lanes value 'min-content row']
      6    expected: FAIL
      7 
      8  [Property grid-lanes value '"a b c" 10% 20% 30% row-reverse']
      9    expected: FAIL
     10 
     11  [Property grid-lanes value 'min-content row']
     12    expected: FAIL
     13 
     14  [Property grid-lanes value '"a b" 1fr 2fr row']
     15    expected: FAIL
     16 
     17  [Property grid-lanes value '8px column']
     18    expected: FAIL
     19 
     20  [Property grid-lanes value '"a b" 10px 20px column-reverse']
     21    expected: FAIL
     22 
     23  [Property grid-lanes value 'repeat(5, auto)']
     24    expected: FAIL