continue messageport, transferable, postmessage options

This commit is contained in:
Gregory Terzian 2019-06-26 00:25:48 +08:00
parent c3b17c1201
commit 2f8932a6a1
100 changed files with 2456 additions and 1171 deletions

View file

@ -18966,15 +18966,15 @@
"testharness"
],
"mozilla/interfaces.html": [
"1207eaa2d8ff55e0c2216086b5a2c90a41ff78cf",
"3578a6e01cc3bb6daf8b4942d672ecb7da1ff6b5",
"testharness"
],
"mozilla/interfaces.js": [
"f1854a3ae00493554006ad2c483489f4be8450a6",
"786f6e12515ff71bc83f34e4ffa32e7e38b1cd26",
"support"
],
"mozilla/interfaces.worker.js": [
"802fe64ebfc86480f3c5adc80718f550d09d330b",
"3f77783a6cc31e7803dd61873ba17c92ce12eccc",
"testharness"
],
"mozilla/invalid-this.html": [

View file

@ -167,7 +167,9 @@ test_interfaces([
"MediaList",
"MediaQueryList",
"MediaQueryListEvent",
"MessageChannel",
"MessageEvent",
"MessagePort",
"MimeType",
"MimeTypeArray",
"MouseEvent",

View file

@ -24,6 +24,8 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"JSON",
"Map",
"Math",
"MessageChannel",
"MessagePort",
"NaN",
"Number",
"Object",

View file

@ -34,7 +34,9 @@ test_interfaces([
"Headers",
"History",
"ImageData",
"MessageChannel",
"MessageEvent",
"MessagePort",
"Performance",
"PerformanceEntry",
"PerformanceMark",