timeline-trigger-name-parsing.html.ini (1827B)
1 [timeline-trigger-name-parsing.html] 2 [e.style['timeline-trigger-name'\] = "initial" should set the property value] 3 expected: FAIL 4 5 [e.style['timeline-trigger-name'\] = "inherit" should set the property value] 6 expected: FAIL 7 8 [e.style['timeline-trigger-name'\] = "unset" should set the property value] 9 expected: FAIL 10 11 [e.style['timeline-trigger-name'\] = "revert" should set the property value] 12 expected: FAIL 13 14 [e.style['timeline-trigger-name'\] = "none" should set the property value] 15 expected: FAIL 16 17 [e.style['timeline-trigger-name'\] = "--abc" should set the property value] 18 expected: FAIL 19 20 [e.style['timeline-trigger-name'\] = " --abc" should set the property value] 21 expected: FAIL 22 23 [e.style['timeline-trigger-name'\] = "--aBc" should set the property value] 24 expected: FAIL 25 26 [e.style['timeline-trigger-name'\] = "--foo, --bar" should set the property value] 27 expected: FAIL 28 29 [e.style['timeline-trigger-name'\] = "--bar, --foo" should set the property value] 30 expected: FAIL 31 32 [e.style['timeline-trigger-name'\] = "none, none" should set the property value] 33 expected: FAIL 34 35 [e.style['timeline-trigger-name'\] = "--a, none, --b" should set the property value] 36 expected: FAIL 37 38 [Property timeline-trigger-name value 'none'] 39 expected: FAIL 40 41 [Property timeline-trigger-name value '--abc'] 42 expected: FAIL 43 44 [Property timeline-trigger-name value ' --abc'] 45 expected: FAIL 46 47 [Property timeline-trigger-name value '--aBc'] 48 expected: FAIL 49 50 [Property timeline-trigger-name value '--foo, --bar'] 51 expected: FAIL 52 53 [Property timeline-trigger-name value '--bar, --foo'] 54 expected: FAIL 55 56 [Property timeline-trigger-name value 'none, none'] 57 expected: FAIL 58 59 [Property timeline-trigger-name value '--a, none, --b'] 60 expected: FAIL