mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Support value iterators in WebIDL interfaces.
This commit is contained in:
parent
221bc84693
commit
34bb937aee
7 changed files with 161 additions and 0 deletions
|
@ -6858,6 +6858,12 @@
|
|||
"url": "/_mozilla/mozilla/interfaces.worker"
|
||||
}
|
||||
],
|
||||
"mozilla/iterable.html": [
|
||||
{
|
||||
"path": "mozilla/iterable.html",
|
||||
"url": "/_mozilla/mozilla/iterable.html"
|
||||
}
|
||||
],
|
||||
"mozilla/lenient_this.html": [
|
||||
{
|
||||
"path": "mozilla/lenient_this.html",
|
||||
|
|
3
tests/wpt/mozilla/meta/mozilla/iterable.html.ini
Normal file
3
tests/wpt/mozilla/meta/mozilla/iterable.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[iterable.html]
|
||||
type: testharness
|
||||
prefs: [dom.testbinding.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue