Re: [IndexedDB-tests] Indexed DB: Update IDL test logic and WebIDL files (#4223)

@foolip - can you review?

Failures in Chrome and Firefox are mostly as expected: new "v2" things that haven't shipped yet, Chrome's "class string" issues w/ prototypes, and other stuff from https://crbug.com/435727

One thing this did point out: the definition of `DOMStringList` I introduced into https://w3c.github.io/IndexedDB/#domstringlist-api is not marked `[Exposed=(Window,Worker)]`. Firefox does expose it, which shows up as a failing assert in the worker test. Chrome does not expose it.

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

Received on Thursday, 17 November 2016 20:26:00 UTC