mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Placed worklets implementation behind a pref.
This commit is contained in:
parent
7f1278a329
commit
a3fe0b72d5
13 changed files with 12 additions and 11 deletions
|
@ -27241,7 +27241,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"ffdc606aaf989ef8bcdecef8cef8764bbb2ae1b2",
|
||||
"c884fee8603f93099ffd0acc30f0ab0cbee5b5f8",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
1
tests/wpt/mozilla/meta/mozilla/css-paint-api/__dir__.ini
Normal file
1
tests/wpt/mozilla/meta/mozilla/css-paint-api/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
|||
prefs: [dom.worklet.enabled:true]
|
1
tests/wpt/mozilla/meta/mozilla/worklets/__dir__.ini
Normal file
1
tests/wpt/mozilla/meta/mozilla/worklets/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
|||
prefs: [dom.worklet.enabled:true]
|
|
@ -201,7 +201,6 @@ test_interfaces([
|
|||
"WebSocket",
|
||||
"Window",
|
||||
"Worker",
|
||||
"Worklet",
|
||||
"XMLDocument",
|
||||
"XMLHttpRequest",
|
||||
"XMLHttpRequestEventTarget",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue