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

  ['grid' with: grid-template-columns: 100px, 200px; and grid-template-rows: 300px, 400px;]
    expected: FAIL

  ['grid' with: grid-template-columns: none; and grid-template-rows: none;]
    expected: FAIL

  ['grid' with: grid-template-columns: foo; and grid-template-rows: bar;]
    expected: FAIL

  ['grid' with: grid-template-columns: auto none; and grid-template-rows: none auto;]
    expected: FAIL