Skip to content

Commit

Permalink
Bug 1857951 [wpt PR 42427] - HTML: make dir=auto and dirname apply to…
Browse files Browse the repository at this point in the history
… more form controls, a=testonly

Automatic update from web-platform-tests
HTML: make dir=auto and dirname apply to more form controls

For whatwg/html#9689.

Helps with web-platform-tests/wpt#25569 as this area was barely tested.

(Also correct some typos while here.)
--

wpt-commits: 364c325f6589ec43c8e0abd85dc3220c6592721d
wpt-pr: 42427

UltraBlame original commit: baa84c2ff0cb5d7c031e93e92f5694397affc2f5
  • Loading branch information
marco-c committed Nov 8, 2023
1 parent 7d61d6e commit f6c8717
Show file tree
Hide file tree
Showing 6 changed files with 554 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -902,11 +902,14 @@
;
for
(
let
const
type
of
[
'
password
'
'
text
'
'
Expand All @@ -918,6 +921,15 @@
'
email
'
'
submit
'
'
reset
'
'
button
'
]
)
{
Expand Down Expand Up @@ -1515,7 +1527,7 @@
type
=
'
password
radio
'
;
assert_true
Expand Down Expand Up @@ -1625,14 +1637,11 @@
;
for
(
let
const
type
of
[
'
password
'
'
date
'
'
Expand All @@ -1654,17 +1663,8 @@
radio
'
'
submit
'
'
image
'
'
reset
'
'
button
'
]
)
{
Expand Down
Loading

0 comments on commit f6c8717

Please sign in to comment.