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:
bors-servo 2018-07-25 15:32:43 -04:00 committed by GitHub
commit 53382f5a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 47 deletions

View file

@ -65267,7 +65267,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"365c76c771b3d79a671b04047923f5644efb9b93",
"079065a1870bb9d3f790e9e8a3e17417c7195204",
"testharness"
],
"mozilla/interfaces.js": [

View file

@ -152,6 +152,8 @@ test_interfaces([
"MimeType",
"MimeTypeArray",
"MouseEvent",
"MutationObserver",
"MutationRecord",
"NamedNodeMap",
"Navigator",
"Node",