mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Add integration tests for interacting with promises from native code.
This commit is contained in:
parent
ab168204ed
commit
f89355b85d
5 changed files with 98 additions and 5 deletions
|
@ -7176,6 +7176,12 @@
|
|||
"url": "/_mozilla/mozilla/preserve_wrapper_callback.html"
|
||||
}
|
||||
],
|
||||
"mozilla/promise.html": [
|
||||
{
|
||||
"path": "mozilla/promise.html",
|
||||
"url": "/_mozilla/mozilla/promise.html"
|
||||
}
|
||||
],
|
||||
"mozilla/prototypes.html": [
|
||||
{
|
||||
"path": "mozilla/prototypes.html",
|
||||
|
|
3
tests/wpt/mozilla/meta/mozilla/promise.html.ini
Normal file
3
tests/wpt/mozilla/meta/mozilla/promise.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[promise.html]
|
||||
type: testharness
|
||||
prefs: [dom.testbinding.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue