mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
88 lines
2.8 KiB
INI
88 lines
2.8 KiB
INI
[valid-invalid.html]
|
|
type: testharness
|
|
bug: https://github.com/servo/servo/issues/10781
|
|
[':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
|
|
|
|
[empty form correctly styled on page-load]
|
|
expected: FAIL
|
|
|
|
[valid form correctly styled on page-load]
|
|
expected: FAIL
|
|
|
|
[invalid form correctly styled on page-load]
|
|
expected: FAIL
|
|
|
|
[programmatically adding valid to empty form results in correct style]
|
|
expected: FAIL
|
|
|
|
[programmatically adding invalid to empty form results in correct style]
|
|
expected: FAIL
|
|
|
|
[programmatically-invalidated form correctly styled]
|
|
expected: FAIL
|
|
|
|
[programmatically-validated form correctly styled]
|
|
expected: FAIL
|
|
|
|
[empty fieldset correctly styled on page-load]
|
|
expected: FAIL
|
|
|
|
[valid fieldset correctly styled on page-load]
|
|
expected: FAIL
|
|
|
|
[invalid fieldset correctly styled on page-load]
|
|
expected: FAIL
|
|
|
|
[programmatically adding valid to empty fieldset results in correct style]
|
|
expected: FAIL
|
|
|
|
[programmatically adding invalid to empty fieldset results in correct style]
|
|
expected: FAIL
|
|
|
|
[programmatically-invalidated fieldset correctly styled]
|
|
expected: FAIL
|
|
|
|
[programmatically-validated fieldset correctly styled]
|
|
expected: FAIL
|
|
|