Re: [dom-tests] Update dom/lists/DOMTokenList-iteration.html so it no longer expects duplicates (#4658)

@foolip, not completely, removes duplicates around DOMTokenList was intended and exist in new DOM since I can remember, so Webkit just follow the spec.

Some time ago I rise this duplicate problem here https://github.com/whatwg/dom/issues/201. Looks like Webkit finally gose like spec say (including serialising case), unfortunately still only Webkit.
But if duplicate will stay then all tests for `DOMTokenList` also must be correct. Once again I had to spend some time to find them in `web-platform-tests/dom/nodes/Element-classlist.html`, so if you take any decission then maybe move them to `dom/lists/DOMTokenList` (separate files for all methods or just use one file covers all methods) because `DOMTokenList` is used not only by the `classList`. 
  

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

Received on Tuesday, 31 January 2017 14:23:20 UTC