Pass | Whitespace nodes should be ignored. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/selectors/first-child.html:48:7) |
|
Pass | There is the second child element. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/selectors/first-child.html:48:7) |
|
Pass | A comment node should be ignored. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/selectors/first-child.html:48:7) |
|
Pass | Non-whitespace text node should be ignored. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/selectors/first-child.html:48:7) |
|
Pass | The second child should not be matched. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /css/selectors/first-child.html:46:7) |
|