[wpt-sync] Sync PR 39664 - Test input element directionality is only submitted for text and search type
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39664 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39664
Details from upstream follow.
Vincent Hilla <vhilla@mozilla.com> wrote:
Test input element directionality is only submitted for text and search type
This is in reference to html issue 9206
The standard currently does not enforce that for input elements, the directionality only applies for text and search types. I currently work on changing this and this pull request provides a test for the coming change.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 4
FAIL: 7
Chrome
OK : 4
PASS: 5
FAIL: 2
Safari
OK : 4
PASS: 5
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html [wpt.fyi]
- submit element directionality:
FAIL
- submit element directionality:
- /html/semantics/forms/attributes-common-to-form-controls/dirname-only-if-applies.html [wpt.fyi]
- Submit textarea element directionality to FormData.:
FAIL - Submit textarea element directionality.:
FAIL
- Submit textarea element directionality to FormData.:
- /html/semantics/forms/attributes-common-to-form-controls/dirname-rtl-auto.html [wpt.fyi]
- submit element directionality:
FAIL
- submit element directionality:
- /html/semantics/forms/attributes-common-to-form-controls/dirname-rtl-inherited.html [wpt.fyi]
- submit element directionality:
FAIL
- submit element directionality:
New Tests That Don't Pass
- /html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html [wpt.fyi]
- submit element directionality:
FAIL(Chrome:PASS, Safari:PASS)
- submit element directionality:
- /html/semantics/forms/attributes-common-to-form-controls/dirname-only-if-applies.html [wpt.fyi]
- Submit input element directionality to FormData, if dirname applies.:
FAIL(Chrome:FAIL, Safari:FAIL) - Submit textarea element directionality to FormData.:
FAIL(Chrome:PASS, Safari:PASS) - Submit input element directionality, if dirname applies.:
FAIL(Chrome:FAIL, Safari:FAIL) - Submit textarea element directionality.:
FAIL(Chrome:PASS, Safari:PASS)
- Submit input element directionality to FormData, if dirname applies.:
- /html/semantics/forms/attributes-common-to-form-controls/dirname-rtl-auto.html [wpt.fyi]
- submit element directionality:
FAIL(Chrome:PASS, Safari:PASS)
- submit element directionality:
- /html/semantics/forms/attributes-common-to-form-controls/dirname-rtl-inherited.html [wpt.fyi]
- submit element directionality:
FAIL(Chrome:PASS, Safari:PASS)
- submit element directionality:
| Assignee | ||
Comment 5•2 years ago
|
||
Comment 7•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1b197ce1cd4d
https://hg.mozilla.org/mozilla-central/rev/32358543443f
Description
•