summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-grid/grid-definition/grid-support-grid-template-areas-001.html.ini
blob: 586d52ef307c810b8dbac3f3f328e4bb8d234397 (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
[grid-support-grid-template-areas-001.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  ['grid' with: grid-template-areas: "head head" "nav main" "foot ....";]
    expected: FAIL

  ['grid' with: grid-template-areas: "a   b"   "c   d";]
    expected: FAIL

  ['grid' with: grid-template-areas: "..a" "b a" ".a";]
    expected: FAIL

  ['grid' with: grid-template-areas: ".. a" "b a" "... a";]
    expected: FAIL

  ['grid' with: grid-template-areas: ".a..." "b a c";]
    expected: FAIL

  ['grid' with: grid-template-areas: "head head" "nav main" "foot.";]
    expected: FAIL

  ['grid' with: grid-template-areas: ".. a ..." "b a c";]
    expected: FAIL

  ['grid' with: grid-template-areas: "... header header ...." "nav main main main" "nav footer footer ....";]
    expected: FAIL

  ['grid' with: grid-template-areas: "...header header...." "nav main main main" "nav footer footer....";]
    expected: FAIL

  ['grid' with: grid-template-areas: "... ...." "a a";]
    expected: FAIL