Re: [html-tests] Add a test that window[@@iterator] does not exist. (#2649)

I guess this is because we moved indexed access to the WindowProxy, so the automatic "length + indexed getter = iterable" clause no longer applies?

Should WindowProxy not have `@@iterator`?

It seems weird that we regressed the spec and the first reaction was to add a test for it instead of file a bug about the regression.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/2649#issuecomment-194057682

Received on Wednesday, 9 March 2016 01:33:51 UTC