This text should be green

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassAdd the two sheets. Text should be red.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/cssom/adoptedstylesheets-modify-array-and-sheet.html:15:5)
PassFlip the two sheet. Still red.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/cssom/adoptedstylesheets-modify-array-and-sheet.html:21:5)
PassModify the color declaration. Should now be green.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/cssom/adoptedstylesheets-modify-array-and-sheet.html:26:5)