summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-grid/subgrid/grid-template-valid.html.ini
blob: d20c0a1dc6234020c43c6fd5001ee58df4fdca9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[grid-template-valid.html]
  [e.style['grid-template-rows'\] = "subgrid repeat(2, [a\])" should set the property value]
    expected: FAIL

  [e.style['grid-template-rows'\] = "subgrid repeat(2, [a\] [b\])" should set the property value]
    expected: FAIL

  [e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\])" should set the property value]
    expected: FAIL

  [e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\]) [c\]" should set the property value]
    expected: FAIL

  [e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\]) repeat(auto-fill, [c\]) [d\]" should set the property value]
    expected: FAIL

  [e.style['grid-template-columns'\] = "subgrid repeat(2, [a\])" should set the property value]
    expected: FAIL

  [e.style['grid-template-columns'\] = "subgrid repeat(2, [a\] [b\])" should set the property value]
    expected: FAIL

  [e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\])" should set the property value]
    expected: FAIL

  [e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\]) [c\]" should set the property value]
    expected: FAIL

  [e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\]) repeat(auto-fill, [c\]) [d\]" should set the property value]
    expected: FAIL

  [e.style['grid-template-rows'\] = "subgrid [\] repeat(2, [\]) [\]" should set the property value]
    expected: FAIL

  [e.style['grid-template-columns'\] = "subgrid [\] repeat(2, [\]) [\]" should set the property value]
    expected: FAIL