Source code

Revision control

Copy as Markdown

Other Tools

[animation-trigger-parsing.tentative.html]
[e.style['animation-trigger'\] = "initial" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "inherit" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "unset" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "revert" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "none" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--abc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = " --abc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--aBc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--foo, --bar" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--bar, --foo" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "none, none" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--a, none, --b" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--abc --bcd, --cde --def" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--abc --abc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = " --abc --abc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = " --abc --bcd" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--aBc --abc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--aBc --abc --aBc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--aBc, --aBc" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "--abc --bcd, --abc --bcd" should set the property value]
expected: FAIL
[e.style['animation-trigger'\] = "---abc" should set the property value]
expected: FAIL
[Property animation-trigger value 'none']
expected: FAIL
[Property animation-trigger value '--abc']
expected: FAIL
[Property animation-trigger value ' --abc']
expected: FAIL
[Property animation-trigger value '--aBc']
expected: FAIL
[Property animation-trigger value '--foo, --bar']
expected: FAIL
[Property animation-trigger value '--bar, --foo']
expected: FAIL
[Property animation-trigger value 'none, none']
expected: FAIL
[Property animation-trigger value '--abc --bcd, --cde --def']
expected: FAIL
[Property animation-trigger value '--abc --abc']
expected: FAIL
[Property animation-trigger value ' --abc --abc']
expected: FAIL
[Property animation-trigger value ' --abc --bcd']
expected: FAIL
[Property animation-trigger value '--aBc --abc']
expected: FAIL
[Property animation-trigger value '--aBc --abc --aBc']
expected: FAIL
[Property animation-trigger value '--aBc, --aBc']
expected: FAIL
[Property animation-trigger value '--abc --bcd, --abc --bcd']
expected: FAIL
[Property animation-trigger value '--a, none, --b']
expected: FAIL
[Property animation-trigger value '---abc']
expected: FAIL