This text should be green. This text should be green.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassEvaluation of :in-range changes for input type change.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "Not matching :in-range for type=text")
    at Test.<anonymous> ( /html/semantics/selectors/pseudo-classes/inrange-outofrange-type-change.html:25:5)
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "Matching :in-range for type=number")
    at Test.<anonymous> ( /html/semantics/selectors/pseudo-classes/inrange-outofrange-type-change.html:30:5)
PassEvaluation of :out-of-range changes for input type change.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "Not matching :out-of-range for type=text")
    at Test.<anonymous> ( /html/semantics/selectors/pseudo-classes/inrange-outofrange-type-change.html:35:5)
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "Matching :in-range for type=number")
    at Test.<anonymous> ( /html/semantics/selectors/pseudo-classes/inrange-outofrange-type-change.html:40:5)