mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Add check for valid custom element name in element::attach_shadow (#34749)
* Add valid custom element name check Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Update wpt test expectation Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> --------- Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
This commit is contained in:
parent
ac372cf205
commit
d8b7195c75
13 changed files with 70 additions and 49 deletions
|
@ -1,6 +1,3 @@
|
|||
[ElementInternals-validation.html]
|
||||
["anchor" argument of setValidity()]
|
||||
expected: FAIL
|
||||
|
||||
[Custom control affects :valid :invalid for FORM and FIELDSET]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[disabled-delegatesFocus.html]
|
||||
expected: ERROR
|
||||
[Focus events fire on disabled form-associated custom elements with delegatesFocus]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue