summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-grid/grid-definition/grid-support-repeat-001.html.ini
blob: 8bfee2581f6d2ac5a4d6c9fc5f5bc10bb2c7a890 (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-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