Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassRelative font size larger responsive to style changes
Asserts run
Pass
assert_not_equals("19.2px", "15.6px")
    at Test.<anonymous> ( /web-animations/responsive/fontSize.html:24:5)
PassRelative font size smaller responsive to style changes
Asserts run
Pass
assert_not_equals("13.3333px", "15px")
    at Test.<anonymous> ( /web-animations/responsive/fontSize.html:39:5)
PassFont size medium responsive to style changes
Asserts run
Pass
assert_not_equals("13px", "16px")
    at Test.<anonymous> ( /web-animations/responsive/fontSize.html:54:5)
PassFont size initial responsive to style changes
Asserts run
Pass
assert_not_equals("16px", "13px")
    at Test.<anonymous> ( /web-animations/responsive/fontSize.html:69:5)