Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassappendMedium_correctly_appends_medium_to_empty_MediaList
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:41:7)
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:42:7)
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:43:7)
PassappendMedium_correctly_appends_medium_to_nonempty_MediaList
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:56:7)
Pass
assert_equals("screen", "screen")
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:57:7)
Pass
assert_equals("all", "all")
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:58:7)
Pass
assert_equals("screen, all", "screen, all")
    at Test.<anonymous> ( /css/cssom/medialist-interfaces-004.html:59:7)