Whitespace nodes should be ignored.
There is the second child element.
A comment node should be ignored.
.
Non-whitespace text node should be ignored.
The second child should not be matched.

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassWhitespace nodes should be ignored.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/selectors/first-child.html:48:7)
PassThere is the second child element.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/selectors/first-child.html:48:7)
PassA comment node should be ignored.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/selectors/first-child.html:48:7)
PassNon-whitespace text node should be ignored.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/selectors/first-child.html:48:7)
PassThe second child should not be matched.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /css/selectors/first-child.html:46:7)