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