Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassEffect values reflect changes to font-size on element
Asserts run
Pass
assert_equals("150px", "150px", "Effect value before updating font-size")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-context.html:20:3)
Pass
assert_equals("300px", "300px", "Effect value after updating font-size")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-context.html:23:3)
PassEffect values reflect changes to font-size on parent element
Asserts run
Pass
assert_equals("150px", "150px", "Effect value before updating font-size on parent element")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-context.html:36:3)
Pass
assert_equals("300px", "300px", "Effect value after updating font-size on parent element")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-context.html:39:3)
PassEffect values reflect changes to font-size when computed style is not immediately flushed
Asserts run
Pass
assert_equals("300px", "300px", "Effect value after updating font-size on parent element")
    at  /web-animations/animation-model/keyframe-effects/effect-value-context.html:56:5
PassEffect values reflect changes to font-size from reparenting
Asserts run
Pass
assert_equals("150px", "150px", "Effect value after attaching to font-size:10px parent")
    at  /web-animations/animation-model/keyframe-effects/effect-value-context.html:78:5
Pass
assert_equals("300px", "300px", "Effect value after attaching to font-size:20px parent")
    at  /web-animations/animation-model/keyframe-effects/effect-value-context.html:81:5
PassEffect values reflect changes to target element
Asserts run
Pass
assert_equals("150px", "150px", "Effect value before updating target element")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-context.html:96:3)
Pass
assert_equals("300px", "300px", "Effect value after updating target element")
    at Test.<anonymous> ( /web-animations/animation-model/keyframe-effects/effect-value-context.html:100:3)