Skip to content

Commit

Permalink
Enable custom elements by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrewster committed Aug 31, 2017
1 parent 19cbea2 commit 375a9ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/prefs.json
Expand Up @@ -3,7 +3,7 @@
"dom.bluetooth.testing.enabled": false,
"dom.canvas-text.enabled": false,
"dom.compositionevent.enabled": false,
"dom.customelements.enabled": false,
"dom.customelements.enabled": true,
"dom.forcetouch.enabled": false,
"dom.gamepad.enabled": false,
"dom.mouseevent.which.enabled": false,
Expand Down
1 change: 0 additions & 1 deletion tests/wpt/metadata/custom-elements/__dir__.ini

This file was deleted.

2 changes: 1 addition & 1 deletion tests/wpt/mozilla/meta/MANIFEST.json
Expand Up @@ -27292,7 +27292,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"48028c5a9b401bab52a155c8820140a65dbc2f11",
"a7ed38b6069caffd87d9573978e6ef9938d87753",
"testharness"
],
"mozilla/interfaces.js": [
Expand Down
1 change: 1 addition & 0 deletions tests/wpt/mozilla/tests/mozilla/interfaces.html
Expand Up @@ -43,6 +43,7 @@
"DOMRect",
"DOMRectReadOnly",
"Comment",
"CustomElementRegistry",
"CustomEvent",
"Document",
"DocumentFragment",
Expand Down

0 comments on commit 375a9ad

Please sign in to comment.