mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Check whether an element is custom in the spec-compliant way (#35960)
* Check whether element is custom in spec-compliant way Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> * Update tests Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com> --------- Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com>
This commit is contained in:
parent
ea35353e9a
commit
62d6759106
6 changed files with 71 additions and 13 deletions
2
tests/wpt/meta/MANIFEST.json
vendored
2
tests/wpt/meta/MANIFEST.json
vendored
|
@ -612804,7 +612804,7 @@
|
|||
]
|
||||
],
|
||||
"custom-element-reaction-queue.html": [
|
||||
"246b15a0af36cffa0b64f1d57e4208538b92bdd7",
|
||||
"eb8366f2b415894f396da613987982ae41ffe0b6",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[custom-element-reaction-queue.html]
|
||||
[Upgrading a custom element must not invoke attributeChangedCallback for the attribute that is changed during upgrading]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue