From 76c1a8fa3a0c03a740b32329bd8a9231da8e3a99 Mon Sep 17 00:00:00 2001 From: Jeff Walden Date: Mon, 16 Oct 2017 15:46:59 -0700 Subject: Add tests for the case of .return, as used in the iteration protocol, being an object that's uncallable and compares equal to `undefined`. --- features.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features.txt') diff --git a/features.txt b/features.txt index 92cce17a1..ce2e3b459 100644 --- a/features.txt +++ b/features.txt @@ -117,3 +117,11 @@ u180e Uint8Array WeakMap WeakSet + +# Test-harness features requiring host environment/test runner support +# +# The rare cases where testing language functionality requires non-standard +# language features, exposed through global-environment functions on the $262 +# object, go here. + +uncallableAndIsHTMLDDA -- cgit v1.2.1