Skip to content

Commit

Permalink
HTML: Add test for <input type=tel> matching :dir()
Browse files Browse the repository at this point in the history
Part of testing plan #25569
  • Loading branch information
zcorpan committed Sep 17, 2020
1 parent 0d7c5f3 commit 432ae5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions html/semantics/selectors/pseudo-classes/dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
&#x202E;<span id=span4>WERBEH</span>&#x202C;
<span dir="rtl" id=span5>WERBEH</span>
<span dir="ltr" id=span6>HEBREW</span>
<span dir="rtl" id=span7>
<input type=tel id=input-tel1>
<input type=tel id=input-tel2 dir="invalid">
</span>
<input type=tel id=input-tel3 dir="rtl">
<bdo dir="auto" id=bdo3>HEBREW</bdo>
<bdo dir="auto" id=bdo4>إيان</bdo>
<bdo dir="ltr" id=bdo5>עברית</bdo>
Expand All @@ -38,6 +43,8 @@
"bdi4",
"span2",
"span5",
"span7",
"input-tel3",
"bdo4",
];

Expand All @@ -63,6 +70,8 @@
"span3",
"span4",
"span6",
"input-tel1",
"input-tel2",
"bdo3",
"bdo5",
"script4",
Expand Down

0 comments on commit 432ae5a

Please sign in to comment.