mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Auto merge of #7777 - KiChjang:caseless-group-name-match, r=jdm
Add support for caseless group name matching in HTML input elements Fixes #7749 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7777) <!-- Reviewable:end -->
This commit is contained in:
commit
e9842b7db2
6 changed files with 19 additions and 23 deletions
|
@ -1,23 +1,5 @@
|
|||
[radio-groupname-case.html]
|
||||
type: testharness
|
||||
[radio button group name = sImPlE]
|
||||
expected: FAIL
|
||||
|
||||
[radio button group name = paSSfield-killroyß]
|
||||
expected: FAIL
|
||||
|
||||
[radio button group name = глупый]
|
||||
expected: FAIL
|
||||
|
||||
[radio button group name = åωk]
|
||||
expected: FAIL
|
||||
|
||||
[radio button group name = blah1]
|
||||
expected: FAIL
|
||||
|
||||
[radio button group name = tÉdz5アパートFi]
|
||||
expected: FAIL
|
||||
|
||||
[radio button group name = ΣΣ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,6 +3,3 @@
|
|||
[canceled activation steps on unchecked radio]
|
||||
expected: FAIL
|
||||
|
||||
[radio inputs with name attributes groüp2 and groÜp2 belong to the same radio button group]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue