Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passe.style['animation-fill-mode'] = "none" should set the property value
Asserts run
Pass
assert_not_equals("none", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("none", "none", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("none", "none", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['animation-fill-mode'] = "forwards" should set the property value
Asserts run
Pass
assert_not_equals("forwards", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("forwards", "forwards", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("forwards", "forwards", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['animation-fill-mode'] = "backwards" should set the property value
Asserts run
Pass
assert_not_equals("backwards", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("backwards", "backwards", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("backwards", "backwards", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['animation-fill-mode'] = "both" should set the property value
Asserts run
Pass
assert_not_equals("both", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("both", "both", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("both", "both", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['animation-fill-mode'] = "none, forwards, backwards, both" should set the property value
Asserts run
Pass
assert_not_equals("none, forwards, backwards, both", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("none, forwards, backwards, both", "none, forwards, backwards, both", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("none, forwards, backwards, both", "none, forwards, backwards, both", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)