mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -0,0 +1,368 @@
|
|||
[form-validation-checkValidity.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a type mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a type mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a type mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a type mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,368 @@
|
|||
[form-validation-reportValidity.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a type mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from a type mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being too long]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being too long (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a pattern mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a pattern mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a type mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from a type mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] no constraint]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] no constraint (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] suffering from being missing]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] suffering from being missing (in a form)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
[form-validation-validate.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[If there is any invalid submittable element whose form owner is the form, the form.checkValidity must be false]
|
||||
expected: FAIL
|
||||
|
||||
[If there is any invalid submittable element whose form owner is the form, the form.reportValidity must be false]
|
||||
expected: FAIL
|
||||
|
||||
[If all of the submittable elements whose form owner is the form are valid, the form.checkValidity must be true]
|
||||
expected: FAIL
|
||||
|
||||
[If all of the submittable elements whose form owner is the form are valid, the form.reportValidity must be true]
|
||||
expected: FAIL
|
||||
|
||||
[Check the checkValidity method of the form element when it has a fieldset child]
|
||||
expected: FAIL
|
||||
|
||||
[Check the reportValidity method of the form element when it has a fieldset child]
|
||||
expected: FAIL
|
||||
|
||||
[The invalid event must be fired at the invalid controls]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
[form-validation-validity-badInput.html]
|
||||
type: testharness
|
||||
[[INPUT in EMAIL status\] The multiple attribute is false and the value attribute is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The multiple attribute is false and the value attribute is a valid e-mail address]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The multiple attribute is true and the value contains valid e-mail addresses]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The multiple attribute is true and the value attribute contains a \',\']
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attribute is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attribute is a valid date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attribute cannot convert to a valid normalized forced-UTC global date and time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The value attribute is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The value attribute is a valid sample color]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The value attribute is not a valid lowercase sample color]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The value attribute cannot convert to a valid sample color]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[form-validation-validity-customError.html]
|
||||
type: testharness
|
||||
[[input\] The validity.customError must be true if the custom validity error message is not empty]
|
||||
expected: FAIL
|
||||
|
||||
[[input\] The validity.customError must be false if the custom validity error message is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[button\] The validity.customError must be true if the custom validity error message is not empty]
|
||||
expected: FAIL
|
||||
|
||||
[[button\] The validity.customError must be false if the custom validity error message is empty]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,92 @@
|
|||
[form-validation-validity-patternMismatch.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] The pattern attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The value attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The value(ABC) in unicode attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The value attribute mismatches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The pattern attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The value attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The value(ABC) in unicode attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The value attribute mismatches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The pattern attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The value attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The value(ABC) in unicode attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The value attribute mismatches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The pattern attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value(ABC) in unicode attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value attribute mismatches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The pattern attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value(ABC) in unicode attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value attribute mismatches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The pattern attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The value attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The value(ABC) in unicode attribute matches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The value attribute mismatches the pattern attribute]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,194 @@
|
|||
[form-validation-validity-rangeOverflow.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The max attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The max attribute is an invalid global date time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The max attribute is greater than the value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is an invalid datetime string(hour is greater than 23)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value if an invalid date time string(year is two digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max(with millisecond in 1 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max(with millisecond in 2 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max(with millisecond in 3 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max(with timezone)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The max attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The max attribute is an invalid date]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is an invalid date]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value is an invalid date(year is three digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value is an invalid date(month is greater than 12)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value is an invalid date(date is greater than 29 for Feb)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The max attribute is greater than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is greater than max attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is greater than max attribute(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The max attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The max attribute is an invalid month string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is an invalid month string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value is an invalid month string(year is three digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value is an invalid month string(month is greater than 12)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The max attribute is greater than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is greater than max attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is greater than max attribute(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The max attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The max attribute is an invalid week string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is an invalid week string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is an invalid week string(w is in lowercase)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value is an invalid week string(year is three digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value is an invalid week string(week is too greater)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The max attribute is greater than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is greater than max attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is greater than max attribute(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The max attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The max attribute is an invalid time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is an invalid time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is an invalid time string(hour is greater than 23)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is an invalid time string(minute is greater than 59)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is an invalid time string(second is greater than 59)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The max attribute is greater than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The time missing second and minute parts is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is greater than max attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value is greater than max(with millisecond in 1 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value is greater than max(with millisecond in 2 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value is greater than max(with millisecond in 3 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The time missing second part is valid]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The max attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The max is greater than value(integer)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The max is greater than value(floating number)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The max equals to value]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is not a number]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is greater than max(integer)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is greater than max(floating number)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is greater than max(scientific notation)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,185 @@
|
|||
[form-validation-validity-rangeUnderflow.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The min attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The min attribute is an invalid global date time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The min attribute is less than the value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is an invalid datetime string(hour is greater than 23)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is an invalid date time string(year is two digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is less than min]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is less than min(with millisecond in 1 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is less than min(with millisecond in 2 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is less than min(with millisecond in 3 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is less than min(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value is greater than max(with timezone)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The min attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The min attribute is an invalid date]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is an invalid date]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value is an invalid date(year is three digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value is an invalid date(month is less than 12)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value is an invalid date(date is less than 29 for Feb)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The min attribute is less than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is less than min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is less than min attribute(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The min attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The min attribute is an invalid month string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is an invalid month string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value is an invalid month string(year is three digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value is an invalid month string(month is less than 12)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The min attribute is less than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is less than min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is less than min attribute(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The min attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The min attribute is an invalid week string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is an invalid week string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is an invalid week string(w is in lowercase)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value is an invalid week string(year is three digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value is an invalid week string(week is too greater)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The min attribute is less than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is less than min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is less than min attribute(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The min attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The min attribute is an invalid time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is an invalid time string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The min attribute is less than value attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The time missing second and minute parts is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is less than min attribute]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value is less than min(with millisecond in 1 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value is less than min(with millisecond in 2 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value is less than min(with millisecond in 3 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The time missing second part is valid]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The min attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The min is less than value(integer)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The min is less than value(floating number)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The min equals to value]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is not a number]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is less than min(integer)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is less than min(floating number)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value is less than min(scientific notation)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
[form-validation-validity-stepMismatch.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The step attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value attibute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value must match the step]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,191 @@
|
|||
[form-validation-validity-tooLong.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - length of value(AAA) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - maxlength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - length of value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - value is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - length of value(LF, CRLF) in unicode is less than maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - length of value equals to maxlength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - length of value is greater than maxlength]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,191 @@
|
|||
[form-validation-validity-tooShort.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] Non-dirty value - minLength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Non-dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - length of value(AAAAA) in unicode is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - minLength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Non-dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - length of value(AAAAA) in unicode is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - minLength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Non-dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - length of value(AAAAA) in unicode is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - minLength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Non-dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - length of value(AAAAA) in unicode is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - minLength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Non-dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - length of value(AAAAA) in unicode is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - minLength is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Non-dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - length of value(AAAAA) in unicode is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Dirty value - length of value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - minLength is no set]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - value is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Non-dirty value - length of length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - value is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - length of value(LF, CRLF) in unicode is less than minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - length of value equals to minLength]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] Dirty value - length of value is greater than minLength]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
[form-validation-validity-typeMismatch.html]
|
||||
type: testharness
|
||||
[[INPUT in EMAIL status\] The value is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value is a valid email address]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value is a valid email address with some white spaces.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value is not an email address]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value contains multiple email addresses]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value is valid email addresses]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value contains invalid separator]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value is empty]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value is a valid url]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value is a valid url with some white spaces.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value is not an url]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,143 @@
|
|||
[form-validation-validity-valid.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] validity.valid must be false if validity.patternMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] validity.valid must be false if validity.patternMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] validity.valid must be false if validity.patternMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] validity.valid must be false if validity.patternMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] validity.valid must be false if validity.patternMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] validity.valid must be false if validity.typeMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] validity.valid must be false if validity.patternMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] validity.valid must be false if validity.typeMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] validity.valid must be false if validity.valueMissing is true]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,269 @@
|
|||
[form-validation-validity-valueMissing.html]
|
||||
type: testharness
|
||||
[[INPUT in TEXT status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The value is not empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The value is empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The value is not empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The value is empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The value is not empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The value is empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value is not empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The value is empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value is not empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The value is empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The value is not empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The value is empty and required is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Valid global date and time string(2000-12-10T12:00:00Z)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Valid global date and time string(2000-12-10 12:00Z)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Valid global date and time string(1979-10-14T12:00:00.001-04:00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Valid global date and time string(8592-01-01T02:09+02:09)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attribute is a number(1234567)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attribute is a Date object]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Invalid global date and time string(1979-10-99 99:99Z)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Invalid global date and time string(1979-10-14 12:00:00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Invalid global date and time string(2001-12-21 12:00Z)-two white space]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] the value attribute is a string(abc)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The value attribute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Valid date string(2000-12-10)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Valid date string(9999-01-01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is a number(1234567)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is a Date object]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Invalid date string(9999-99-99)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Invalid date string(37-01-01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Invalid date string(2000/01/01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The value attribute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Valid month string(2000-12)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Valid month string(9999-01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is a number(1234567)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is a Date object]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Invalid month string(2000-99)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Invalid month string(37-01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Invalid month string(2000/01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The value attribute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Valid week string(2000-W12)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Valid week string(9999-W01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is a number(1234567)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is a Date object]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Invalid week string(2000-W99)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] invalid week string(2000-W00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] invalid week string(2000-w01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The value attribute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Validtime string(12:00:00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Validtime string(12:00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Valid time string(12:00:60.001)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Valid time string(12:00:60.01)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Valid time string(12:00:60.1)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is a number(1234567)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is a time object]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Invalid time string(25:00:00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Invalid time string(12:60:00)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Invalid time string(12:00:60)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Invalid time string(12:00:00:001)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The value attribute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is an integer with a leading symbol \'+\']
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is a number with a \'-\' symbol]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is a number in scientific notation form(e is in lowercase)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is a number in scientific notation form(E is in uppercase)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is -0]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is a number with some white spaces]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is Math.pow(2, 1024)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is Math.pow(-2, 1024)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] Value is a string that can not be coverted to a number]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in NUMBER status\] The value attribute is empty string]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] The checked attribute is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in CHECKBOX status\] The checked attribute is false]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] The checked attribute is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RADIO status\] The checked attribute is false]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] The required attribute is not set]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] The Files attribute is null]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,206 @@
|
|||
[form-validation-willValidate.html]
|
||||
type: testharness
|
||||
[[INPUT in HIDDEN status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in BUTTON status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in RESET status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[BUTTON in BUTTON status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[BUTTON in RESET status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[fieldset\] Must not be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[output\] Must not be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[object\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[keygen\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SUBMIT status\] Must be barred from the constraint validation if it is disabled]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SUBMIT status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SUBMIT status\] Must be barred from the constraint validation if it is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SUBMIT status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[BUTTON in SUBMIT status\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[BUTTON in SUBMIT status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[BUTTON in SUBMIT status\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[inputwillvalidate.html]
|
||||
type: testharness
|
||||
[willValidate property returns true when required attribute exists]
|
||||
expected: FAIL
|
||||
|
||||
[willValidate property returns false when disabled attribute exists]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue