mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #21232 - servo:jdm-patch-22, r=asajeffrey
Enable MutationObserver by default. All of the WebIDL APIs are implemented, so we might as well have it enabled by default now. I've filed https://github.com/servo/servo/issues/21233 for the remaining test failures. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21232) <!-- Reviewable:end -->
This commit is contained in:
commit
53382f5a0f
11 changed files with 15 additions and 47 deletions
|
@ -65267,7 +65267,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"365c76c771b3d79a671b04047923f5644efb9b93",
|
||||
"079065a1870bb9d3f790e9e8a3e17417c7195204",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
|
@ -152,6 +152,8 @@ test_interfaces([
|
|||
"MimeType",
|
||||
"MimeTypeArray",
|
||||
"MouseEvent",
|
||||
"MutationObserver",
|
||||
"MutationRecord",
|
||||
"NamedNodeMap",
|
||||
"Navigator",
|
||||
"Node",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue