Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Pass:nth-of-type selectors matching takes element namespace into account (http://www.w3.org/1999/xhtml)
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "span with namespace: http://www.w3.org/1999/xhtml should have a green color")
    at Test.<anonymous> ( /css/selectors/nth-of-type-namespace.html:42:7)
Pass:nth-of-type selectors matching takes element namespace into account (http://dummy1/)
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "span with namespace: http://dummy1/ should have a green color")
    at Test.<anonymous> ( /css/selectors/nth-of-type-namespace.html:42:7)
Pass:nth-of-type selectors matching takes element namespace into account (http://dummy2/)
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "span with namespace: http://dummy2/ should have a green color")
    at Test.<anonymous> ( /css/selectors/nth-of-type-namespace.html:42:7)