diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-grid/subgrid/grid-template-computed-nogrid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-grid/subgrid/grid-template-computed-nogrid.html.ini | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-grid/subgrid/grid-template-computed-nogrid.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/grid-template-computed-nogrid.html.ini new file mode 100644 index 0000000000..1675b4e04b --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/grid-template-computed-nogrid.html.ini @@ -0,0 +1,54 @@ +[grid-template-computed-nogrid.html] + [Property grid-template-columns value 'subgrid [a\] repeat(2, [c\] [d e\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(1, [\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a\] [\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [\] [a\] [\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [\] [\] [\]) repeat(auto-fill, [\] [\] [\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(1, [a b\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a b\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(1, [a\] [b\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a\] [b\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid [a\] repeat(2, [b\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a\]) [b\]'] + expected: FAIL + + [Property grid-template-columns value 'subgrid [a\] repeat(2, [b\] [c d\]) [e\]'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a b\]) repeat(auto-fill, [c\] [d e\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(auto-fill, [a\] [b c\]) repeat(2, [d e\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid repeat(2, [a b\]) repeat(auto-fill, [c\] [d e\]) repeat(2, [f g\])'] + expected: FAIL + + [Property grid-template-columns value 'subgrid [a\] [b c\] repeat(2, [d e\]) [f\] [g h\] repeat(auto-fill, [i\] [j k\]) [l\] repeat(2, [m n\]) [o\]'] + expected: FAIL |