[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