[view-timeline-name-parsing.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['view-timeline-name'\] = "initial" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "inherit" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "unset" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "revert" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "none" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "abc" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = " abc" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "abc " should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "aBc" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "foo, bar" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "bar, foo" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "none, none" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "a, none, b" should set the property value]
expected: FAIL
[e.style['view-timeline-name'\] = "auto" should set the property value]
expected: FAIL