[wpt-sync] Sync PR 25599 - HTML: Add test for <input type=tel> matching :dir()
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25599 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25599
Details from upstream follow.
b'Simon Pieters <zcorpan@gmail.com>' wrote:
HTML: Add test for <input type=tel> matching :dir()
Part of testing plan #25569
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 3 subtests
Status Summary
Firefox
OK : 1
FAIL: 3
Chrome
OK : 1
FAIL: 3
Safari
OK : 1
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/semantics/selectors/pseudo-classes/dir.html
':dir(rtl)' matches all elements whose directionality is 'rtl'.: FAIL (Chrome: FAIL, Safari: FAIL)
':dir(ltr)' matches all elements whose directionality is 'ltr'.: FAIL (Chrome: FAIL, Safari: FAIL)
':dir(ltr)' doesn't match elements not in the document.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/83d597c66550
https://hg.mozilla.org/mozilla-central/rev/dc64d04acc4a
Description
•