1[grid-inline-support-named-grid-lines-001.html]
2  ['grid' with: grid-template-columns: [a auto [b\]; and grid-template-rows: [a auto [b\];]
3    expected: FAIL
4
5  ['grid' with: grid-template-columns: [#a\] auto [$b\]; and grid-template-rows: [#a\] auto [$b\];]
6    expected: FAIL
7
8  ['grid' with: grid-template-columns: [inherit\] auto; and grid-template-rows: [inherit\] auto;]
9    expected: FAIL
10
11  ['grid' with: grid-template-columns: 'a' auto 'b'; and grid-template-rows: 'a' auto 'b';]
12    expected: FAIL
13
14  ['grid' with: grid-template-columns: [a\]; and grid-template-rows: [a\];]
15    expected: FAIL
16
17  ['grid' with: grid-template-columns: [a [b\]\] auto [c\]; and grid-template-rows: [a [b\]\] auto [c\];]
18    expected: FAIL
19
20  ['grid' with: grid-template-columns: [a\] auto [[b\]\]; and grid-template-rows: [a\] auto [[b\]\];]
21    expected: FAIL
22
23  ['grid' with: grid-template-columns: [a\] [b\] auto [c d\] [e\]; and grid-template-rows: [a\] [b\] auto [c d\] [e\];]
24    expected: FAIL
25
26  ['grid' with: grid-template-columns: [initial\] auto; and grid-template-rows: [initial\] auto;]
27    expected: FAIL
28
29  ['grid' with: grid-template-columns: [a 50%\] auto [b\]; and grid-template-rows: [a 50%\] auto [b\];]
30    expected: FAIL
31
32  ['grid' with: grid-template-columns: [a, b\] auto [a, b\]; and grid-template-rows: [a, b\] auto [a, b\];]
33    expected: FAIL
34
35  ['grid' with: grid-template-columns: [a\] none [b\]; and grid-template-rows: [a\] none [b\];]
36    expected: FAIL
37
38  ['grid' with: grid-template-columns: (a) auto (b); and grid-template-rows: (a) auto (b);]
39    expected: FAIL
40
41  ['grid' with: grid-template-columns: [a 100px\] auto [b\]; and grid-template-rows: [a 100px\] auto [b\];]
42    expected: FAIL
43
44  ['grid' with: grid-template-columns: [a b\]; and grid-template-rows: [a b\];]
45    expected: FAIL
46
47  ['grid' with: grid-template-columns: [a\] [b\]; and grid-template-rows: [a\] [b\];]
48    expected: FAIL
49
50  ['grid' with: grid-template-columns: a auto b; and grid-template-rows: a auto b;]
51    expected: FAIL
52
53  ['grid' with: grid-template-columns: [a.\] auto [b*\]; and grid-template-rows: [a.\] auto [b*\];]
54    expected: FAIL
55
56  ['grid' with: grid-template-columns: [5\] auto [10\]; and grid-template-rows: [5\] auto [10\];]
57    expected: FAIL
58
59  ['grid' with: grid-template-columns: [default\] auto; and grid-template-rows: [default\] auto;]
60    expected: FAIL
61
62  ['grid' with: grid-template-columns: "a" auto "b"; and grid-template-rows: "a" auto "b";]
63    expected: FAIL
64
65