summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-grid/grid-definition/grid-inline-support-repeat-001.html.ini
blob: 51bca18b29570c8492974905e1583c297ec82404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[grid-inline-support-repeat-001.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  ['grid' with: grid-template-columns: 100px (repeat 2, auto); and grid-template-rows: (repeat 2, auto);]
    expected: FAIL

  ['grid' with: grid-template-columns: repeat(2, 50px repeat(2, 100px)); and grid-template-rows: repeat(2, 50px repeat(2, 100px));]
    expected: FAIL

  ['grid' with: grid-template-columns: repeat 2, auto; and grid-template-rows: repeat 2, auto;]
    expected: FAIL

  ['grid' with: grid-template-columns: repeat(-1, auto); and grid-template-rows: repeat(-1, auto);]
    expected: FAIL

  ['grid' with: grid-template-columns: 100px repeat(2, [a\]); and grid-template-rows: 100px repeat(2, [a\]);]
    expected: FAIL

  ['grid' with: grid-template-columns: repeat(auto, 2); and grid-template-rows: repeat(auto, 2);]
    expected: FAIL

  ['grid' with: grid-template-columns: repeat(2 auto); and grid-template-rows: repeat(2 auto);]
    expected: FAIL