Mark @@iterator as nonenumerable

This commit is contained in:
Kagami Sascha Rosylight 2019-10-17 20:35:21 +09:00
parent c5d6bb604d
commit 1c717bc086
5 changed files with 15 additions and 48 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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