tor-browser

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

grid-template-columns-intrinsic-auto-repeat-computed-withcontent.tentative.html.ini (1161B)


      1 [grid-template-columns-intrinsic-auto-repeat-computed-withcontent.tentative.html]
      2  [Property grid-template-columns value 'repeat(auto-fill, auto)']
      3    expected: FAIL
      4 
      5  [Property grid-template-columns value 'repeat(auto-fit, [one\] auto)']
      6    expected: FAIL
      7 
      8  [Property grid-template-columns value 'repeat(auto-fill, min-content [two\])']
      9    expected: FAIL
     10 
     11  [Property grid-template-columns value 'repeat(auto-fit, [three\] max-content [four\])']
     12    expected: FAIL
     13 
     14  [Property grid-template-columns value '[a\] 21px [b\] repeat(auto-fill, [c\] 22px [d\] auto [e\]) [f\] 24px [g\]']
     15    expected: FAIL
     16 
     17  [Property grid-template-columns value '[a\] 21px [b c\] repeat(auto-fill, [d e\] 22px [f g h\] fit-content(200px) [i j k l\]) [m n\] 24px [o\]']
     18    expected: FAIL
     19 
     20  [Property grid-template-columns value '[a\] repeat(2, [b\] 20px [c d\] 21px [e f g\]) [h i\] repeat(auto-fit, [j\] auto [k l m\] min-content [n o p q\]) [r s\]']
     21    expected: FAIL
     22 
     23  [Property grid-template-columns value '[one\] repeat(2, minmax(50px, auto)) [two\] 30px [three\] repeat(auto-fill, auto) 40px [four five\] repeat(2, minmax(200px, auto)) [six\]']
     24    expected: FAIL