[wpt-sync] Sync PR 21044 - html: consider readonly applicability for willValidate tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21044 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21044
Details from upstream follow.
Timothy Gu <timothygu99@gmail.com> wrote:
html: consider readonly applicability for willValidate tests
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 78 subtests
Status Summary
Firefox
OK : 1
PASS: 66
FAIL: 7
Chrome
OK : 1
PASS: 70
FAIL: 3
Safari
OK : 1
PASS: 50
FAIL: 8
Links
Details
Firefox-only Failures
/html/semantics/forms/constraints/form-validation-willValidate.html
[textarea] The willValidate attribute must be false if it has a datalist ancestor: FAIL
[select] The willValidate attribute must be false if it has a datalist ancestor: FAIL
[BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor: FAIL
[output] The willValidate attribute must be false since OUTPUT is not a submittable element: FAIL
New Tests That Don't Pass
/html/semantics/forms/constraints/form-validation-willValidate.html
[textarea] The willValidate attribute must be false if it has a datalist ancestor: FAIL (Chrome: PASS, Safari: PASS)
[INPUT in COLOR status] Must be not barred from the constraint validation even if it is readonly: FAIL (Chrome: FAIL, Safari: FAIL)
[select] The willValidate attribute must be false if it has a datalist ancestor: FAIL (Chrome: PASS, Safari: PASS)
[BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor: FAIL (Chrome: PASS, Safari: PASS)
[INPUT in FILE status] Must be not barred from the constraint validation even if it is readonly: FAIL (Chrome: FAIL, Safari: FAIL)
[output] The willValidate attribute must be false since OUTPUT is not a submittable element: FAIL (Chrome: PASS, Safari: PASS)
[INPUT in SUBMIT status] Must be not barred from the constraint validation even if it is readonly: FAIL (Chrome: FAIL, Safari: FAIL)
| Assignee | ||
Comment 3•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 40 tests
Status Summary
Firefox
OK : 1
PASS: 66[['GitHub']] 105[[u'Gecko-android-em-7.0-x86_64-debug-geckoview', u'Gecko-android-em-7.0-x86_64-opt-geckoview', u'Gecko-linux64-asan-opt', u'Gecko-linux64-debug', u'Gecko-linux64-opt', u'Gecko-linux64-qr-debug', u'Gecko-linux64-qr-opt', u'Gecko-windows10-64-debug', u'Gecko-windows10-64-opt', u'Gecko-windows10-64-qr-debug', u'Gecko-windows10-64-qr-opt', u'Gecko-windows7-32-debug', u'Gecko-windows7-32-opt']]
FAIL: 7
Chrome
OK : 1
PASS: 70
FAIL: 3
Safari
OK : 1
PASS: 50
FAIL: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/html/semantics/forms/constraints/form-validation-willValidate.html
[textarea] The willValidate attribute must be false if it has a datalist ancestor: FAIL
[select] The willValidate attribute must be false if it has a datalist ancestor: FAIL
[BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor: FAIL
[output] The willValidate attribute must be false since OUTPUT is not a submittable element: FAIL
New Tests That Don't Pass
/html/semantics/forms/constraints/form-validation-willValidate.html
[textarea] The willValidate attribute must be false if it has a datalist ancestor: FAIL (Chrome: PASS, Safari: PASS)
[INPUT in COLOR status] Must be not barred from the constraint validation even if it is readonly: FAIL (Chrome: FAIL, Safari: FAIL)
[select] The willValidate attribute must be false if it has a datalist ancestor: FAIL (Chrome: PASS, Safari: PASS)
[BUTTON in SUBMIT status] The willValidate attribute must be false if it has a datalist ancestor: FAIL (Chrome: PASS, Safari: PASS)
[INPUT in FILE status] Must be not barred from the constraint validation even if it is readonly: FAIL (Chrome: FAIL, Safari: FAIL)
[output] The willValidate attribute must be false since OUTPUT is not a submittable element: FAIL (Chrome: PASS, Safari: PASS)
[INPUT in SUBMIT status] Must be not barred from the constraint validation even if it is readonly: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/78d09d2e8399
https://hg.mozilla.org/mozilla-central/rev/844c5f4fdec6
Description
•