mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Impl Setlike and Maplike (#30237)
* MallocSizeOf for Index{Set, Map} * like as iterable in WebIDL * Codegen magic for like interfaces * TestBinding for like * Test for Setlike and Maplike test bindings * Some fixes * Switch to any.js * nit * Keep order
This commit is contained in:
parent
3df284cf54
commit
e0a6281e73
19 changed files with 1088 additions and 4 deletions
|
@ -13451,6 +13451,31 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"like.any.js": [
|
||||
"11e4d86325ce6216754a0e0b760c59beb812db85",
|
||||
[
|
||||
"mozilla/like.any.html",
|
||||
{
|
||||
"script_metadata": [
|
||||
[
|
||||
"title",
|
||||
"Setlike and Maplike bindings"
|
||||
]
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
"mozilla/like.any.worker.html",
|
||||
{
|
||||
"script_metadata": [
|
||||
[
|
||||
"title",
|
||||
"Setlike and Maplike bindings"
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"link_rel_crash.html": [
|
||||
"9fa5a1dc04fff0f879d88ce95f4eb5181e2f9b92",
|
||||
[
|
||||
|
|
23
tests/wpt/mozilla/meta/mozilla/like.any.js.ini
Normal file
23
tests/wpt/mozilla/meta/mozilla/like.any.js.ini
Normal file
|
@ -0,0 +1,23 @@
|
|||
[like.any.html]
|
||||
type: testharness
|
||||
prefs: [dom.testbinding.enabled:true]
|
||||
[Test defaulting arguments on setlike to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Simple map creation and functionality test]
|
||||
expected: FAIL
|
||||
|
||||
[Test defaulting arguments on maplike to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[like.any.worker.html]
|
||||
type: testharness
|
||||
prefs: [dom.testbinding.enabled:true]
|
||||
[Test defaulting arguments on setlike to undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Simple map creation and functionality test]
|
||||
expected: FAIL
|
||||
|
||||
[Test defaulting arguments on maplike to undefined]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue