Pass | Effect values reflect changes to font-size on element | Asserts runPass | 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) |
|
Pass | Effect values reflect changes to font-size on parent element | Asserts runPass | 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) |
|
Pass | Effect values reflect changes to font-size when computed style is not immediately flushed | Asserts runPass | 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 |
|
Pass | Effect values reflect changes to font-size from reparenting | Asserts runPass | 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 |
|
Pass | Effect values reflect changes to target element | Asserts runPass | 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) |
|