mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Mark @@iterator as nonenumerable
This commit is contained in:
parent
c5d6bb604d
commit
1c717bc086
5 changed files with 15 additions and 48 deletions
|
@ -229,9 +229,6 @@
|
|||
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[DOMTokenList interface: iterable<DOMString>]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -487,9 +484,6 @@
|
|||
[AbstractRange interface: attribute endOffset]
|
||||
expected: FAIL
|
||||
|
||||
[NodeList interface: iterable<Node>]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData interface: operation before([object Object\],[object Object\])]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -64,9 +64,6 @@
|
|||
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Headers interface: iterable<ByteString, ByteString>]
|
||||
expected: FAIL
|
||||
|
||||
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -147,9 +144,6 @@
|
|||
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Headers interface: iterable<ByteString, ByteString>]
|
||||
expected: FAIL
|
||||
|
||||
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
[URL interface: legacy window alias]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams interface: iterable<USVString, USVString>]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.worker.html]
|
||||
[idlharness]
|
||||
|
@ -19,6 +16,3 @@
|
|||
[Testing Symbol.iterator property of iterable interface URLSearchParams]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams interface: iterable<USVString, USVString>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,26 +1,4 @@
|
|||
[idlharness.any.html]
|
||||
[idlharness]
|
||||
expected: FAIL
|
||||
|
||||
[Testing Symbol.iterator property of iterable interface FormData]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: iterable<USVString, FormDataEntryValue>]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.sharedworker.html]
|
||||
[idlharness]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.worker.html]
|
||||
[idlharness]
|
||||
expected: FAIL
|
||||
|
||||
[Testing Symbol.iterator property of iterable interface FormData]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: iterable<USVString, FormDataEntryValue>]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue