add webidl bindings for DOMStringList

This commit is contained in:
Rasmus Viitanen 2019-09-16 11:24:36 +02:00
parent ec1da1d01c
commit 7e4e48c351
12 changed files with 84 additions and 216 deletions

View file

@ -18959,7 +18959,7 @@
"testharness"
],
"mozilla/interfaces.html": [
"f30dd3de4087a45476745c4a41dd6a5f7e9365e3",
"7aed97b42d8fe974ea489db66905d9fbc0edb84d",
"testharness"
],
"mozilla/interfaces.js": [
@ -18967,7 +18967,7 @@
"support"
],
"mozilla/interfaces.worker.js": [
"d14b58eb87568f05c398ae6953d4a0c17943219b",
"802fe64ebfc86480f3c5adc80718f550d09d330b",
"testharness"
],
"mozilla/invalid-this.html": [

View file

@ -69,8 +69,9 @@ test_interfaces([
"DOMException",
"DOMImplementation",
"DOMParser",
"DOMTokenList",
"DOMStringList",
"DOMStringMap",
"DOMTokenList",
"Element",
"ErrorEvent",
"Event",

View file

@ -18,6 +18,7 @@ test_interfaces([
"DOMQuad",
"DOMRect",
"DOMRectReadOnly",
"DOMStringList",
"CustomEvent",
"DedicatedWorkerGlobalScope",
"DOMException",