mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,56 @@
|
|||
[form-validation-checkValidity.html]
|
||||
type: testharness
|
||||
[[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 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 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 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 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 DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,62 @@
|
|||
[form-validation-reportValidity.html]
|
||||
type: testharness
|
||||
[[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 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 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 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 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 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 DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an overflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from an underflow (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] suffering from a step mismatch (in a form)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[form-validation-validity-badInput.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[form-validation-validity-rangeOverflow.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is greater than max]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(with millisecond in 1 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(with millisecond in 2 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(with millisecond in 3 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is greater than max(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[form-validation-validity-rangeUnderflow.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is less than min]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is less than min(with millisecond in 1 digit)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is less than min(with millisecond in 2 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is less than min(with millisecond in 3 digits)]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value is less than min(Year is 10000 should be valid)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[form-validation-validity-stepMismatch.html]
|
||||
type: testharness
|
||||
[[INPUT in DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The value must mismatch the step]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
[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 SEARCH status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] validity.valid must be false if validity.tooLong is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.rangeOverflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.rangeUnderflow is true]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] validity.valid must be false if validity.stepMismatch is true]
|
||||
expected: FAIL
|
||||
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
[form-validation-willValidate.html]
|
||||
type: testharness
|
||||
[[fieldset\] Must not be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[keygen\] Must be barred from the constraint validation]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEXT status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in SEARCH status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TEL status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in URL status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in EMAIL status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in PASSWORD status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME status\] The datetime type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATE status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in MONTH status\] The month type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in WEEK status\] The week type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in TIME status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in COLOR status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in FILE status\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT 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 true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[select\] The willValidate attribute must be true if an elment is mutable]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] 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
|
||||
|
||||
[[select\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[textarea\] The willValidate attribute must be false if it has a datalist ancestor]
|
||||
expected: FAIL
|
||||
|
||||
[[INPUT in DATETIME-LOCAL status\] The datetime-local type must be supported.]
|
||||
expected: FAIL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue