Should be green

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassPreferred style sheet name
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "Preferred style should apply")
    at Test.<anonymous> ( /css/cssom/stylesheet-title.html:20:3)
PassStyleSheet.title
Asserts run
Pass
assert_equals(4, 4)
    at Test.<anonymous> ( /css/cssom/stylesheet-title.html:30:3)
Pass
assert_equals(null, null, "Empty title returns null")
    at Test.<anonymous> ( /css/cssom/stylesheet-title.html:34:7)
Pass
assert_equals(null, null, "Empty title returns null")
    at Test.<anonymous> ( /css/cssom/stylesheet-title.html:34:7)
Pass
assert_equals("Preferred", "Preferred", "Selected title is properly reflected")
    at Test.<anonymous> ( /css/cssom/stylesheet-title.html:36:7)
Pass
assert_equals("Not preferred", "Not preferred", "Selected title is properly reflected")
    at Test.<anonymous> ( /css/cssom/stylesheet-title.html:36:7)