Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassAnimatable::getAnimations() should be able to see a style-created CSS animation immediately
Asserts run
Pass
assert_equals(0, 0, "Test precondition.")
    at Test.<anonymous> ( /css/css-animations/pending-style-changes-001.html:20:3)
Pass
assert_equals(1, 1, "target.getAnimations() should include the CSS animation after animate class added.")
    at Test.<anonymous> ( /css/css-animations/pending-style-changes-001.html:22:3)
PassDocument::getAnimations() should be able to see a style-created CSS animation immediately
Asserts run
Pass
assert_equals(0, 0, "Test precondition.")
    at Test.<anonymous> ( /css/css-animations/pending-style-changes-001.html:28:3)
Pass
assert_equals(1, 1, "document.getAnimations() should include the CSS animation after animate class added.")
    at Test.<anonymous> ( /css/css-animations/pending-style-changes-001.html:30:3)