mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support [LegacyWindowAlias]
This commit is contained in:
parent
118a9ecdfe
commit
e81b678645
9 changed files with 32 additions and 33 deletions
|
@ -1,7 +0,0 @@
|
|||
[WebKitCSSMatrix.html]
|
||||
[Equivalence test]
|
||||
expected: FAIL
|
||||
|
||||
[Property descriptor for WebKitCSSMatrix]
|
||||
expected: FAIL
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
[idlharness.any.html]
|
||||
[idlharness]
|
||||
expected: FAIL
|
||||
|
||||
[Testing Symbol.iterator property of iterable interface URLSearchParams]
|
||||
expected: FAIL
|
||||
|
||||
[URL interface: legacy window alias]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.worker.html]
|
||||
[idlharness]
|
||||
expected: FAIL
|
||||
|
||||
[Testing Symbol.iterator property of iterable interface URLSearchParams]
|
||||
expected: FAIL
|
||||
|
|
@ -18966,11 +18966,11 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"7aed97b42d8fe974ea489db66905d9fbc0edb84d",
|
||||
"1207eaa2d8ff55e0c2216086b5a2c90a41ff78cf",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
"26db0c23e544d38f02b9573ffaa44bf5dee8370a",
|
||||
"f1854a3ae00493554006ad2c483489f4be8450a6",
|
||||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
|
|
|
@ -244,6 +244,7 @@ test_interfaces([
|
|||
"WebGLObject",
|
||||
"WebGLActiveInfo",
|
||||
"WebGLShaderPrecisionFormat",
|
||||
"WebKitCSSMatrix",
|
||||
"WebSocket",
|
||||
"WheelEvent",
|
||||
"Window",
|
||||
|
|
|
@ -45,7 +45,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Uint32Array",
|
||||
"Uint8Array",
|
||||
"Uint8ClampedArray",
|
||||
"Uint8ClampedArray",
|
||||
"WeakMap",
|
||||
"WeakSet",
|
||||
"WebAssembly",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue