Files
servo/tests/wpt/metadata/html/semantics/selectors/pseudo-classes/valid-invalid.html.ini

45 lines
1.7 KiB
INI

[valid-invalid.html]
type: testharness
[':valid' matches elements that satisfy their constraints]
expected: FAIL
[':valid' matches form elements that are not the form owner of any elements that themselves are candidates for constraint validation but do not satisfy their constraints]
expected: FAIL
[':valid' matches fieldset elements that have no descendant elements that themselves are candidates for constraint validation but do not satisfy their constraints]
expected: FAIL
[':valid' matches elements that satisfy their pattern constraints]
expected: FAIL
[':valid' matches elements that satisfy their number constraints]
expected: FAIL
[':invalid' matches elements that do not satisfy their simple text constraints]
expected: FAIL
[':invalid' matches form elements that are the form owner of one or more elements that themselves are candidates for constraint validation but do not satisfy their constraints]
expected: FAIL
[':invalid' matches fieldset elements that have of one or more descendant elements that themselves are candidates for constraint validation but do not satisfy their constraints]
expected: FAIL
[':invalid' matches elements that do not satisfy their pattern constraints]
expected: FAIL
[':invalid' matches elements that do not satisfy their number constraints]
expected: FAIL
[':valid' matches new elements that satisfy their constraints]
expected: FAIL
[':invalid' doesn't match new elements that satisfy their constraints]
expected: FAIL
[':valid' doesn't match new elements that do not satisfy their constraints]
expected: FAIL
[':invalid' matches new elements that do not satisfy their constraints]
expected: FAIL