summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-grid/grid-definition/grid-inline-support-named-grid-lines-001.html.ini
blob: e778a2ad674409a056060d10d8ba22d2246d67f7 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[grid-inline-support-named-grid-lines-001.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
    expected: FAIL

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

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

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

  ['grid' with: grid-template-columns: [a [b\]\] auto [c\]; and grid-template-rows: [a [b\]\] auto [c\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [a\] auto [[b\]\]; and grid-template-rows: [a\] auto [[b\]\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [a\] [b\] auto [c d\] [e\]; and grid-template-rows: [a\] [b\] auto [c d\] [e\];]
    expected: FAIL

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

  ['grid' with: grid-template-columns: [a 50%\] auto [b\]; and grid-template-rows: [a 50%\] auto [b\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a, b\];]
    expected: FAIL

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

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

  ['grid' with: grid-template-columns: [a 100px\] auto [b\]; and grid-template-rows: [a 100px\] auto [b\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
    expected: FAIL

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

  ['grid' with: grid-template-columns: [a.\] auto [b*\]; and grid-template-rows: [a.\] auto [b*\];]
    expected: FAIL

  ['grid' with: grid-template-columns: [5\] auto [10\]; and grid-template-rows: [5\] auto [10\];]
    expected: FAIL

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

  ['grid' with: grid-template-columns: "a" auto "b"; and grid-template-rows: "a" auto "b";]
    expected: FAIL