Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassLengths responsive to style changes
Asserts run
Pass
assert_equals("calc(40% + 100px)", "calc(40% + 100px)")
    at Test.<anonymous> ( /web-animations/responsive/to-style-change.html:19:5)
Pass
assert_equals("calc(40% + 150px)", "calc(40% + 150px)")
    at Test.<anonymous> ( /web-animations/responsive/to-style-change.html:21:5)
Pass
assert_equals("calc(40% + 150px)", "calc(40% + 150px)")
    at Test.<anonymous> ( /web-animations/responsive/to-style-change.html:23:5)
PassPercentages responsive to width style changes
Asserts run
Pass
assert_equals("280px", "280px")
    at Test.<anonymous> ( /web-animations/responsive/to-style-change.html:32:5)
PassNumbers responsive to style changes
Asserts run
Pass
assert_equals("70px", "70px")
    at Test.<anonymous> ( /web-animations/responsive/to-style-change.html:41:5)