timeline-scope-parsing.html.ini (1051B)
1 [timeline-scope-parsing.html] 2 [e.style['timeline-scope'\] = "initial" should set the property value] 3 expected: FAIL 4 5 [e.style['timeline-scope'\] = "inherit" should set the property value] 6 expected: FAIL 7 8 [e.style['timeline-scope'\] = "unset" should set the property value] 9 expected: FAIL 10 11 [e.style['timeline-scope'\] = "revert" should set the property value] 12 expected: FAIL 13 14 [e.style['timeline-scope'\] = "none" should set the property value] 15 expected: FAIL 16 17 [e.style['timeline-scope'\] = "--abc" should set the property value] 18 expected: FAIL 19 20 [e.style['timeline-scope'\] = " --abc" should set the property value] 21 expected: FAIL 22 23 [e.style['timeline-scope'\] = "--aBc" should set the property value] 24 expected: FAIL 25 26 [e.style['timeline-scope'\] = "--foo, --bar" should set the property value] 27 expected: FAIL 28 29 [e.style['timeline-scope'\] = "--bar, --foo" should set the property value] 30 expected: FAIL 31 32 [e.style['timeline-scope'\] = "--auto" should set the property value] 33 expected: FAIL