[IndexedDB-tests] Tag Window as [PrimaryGlobal] to get correct attribute assertion (#1679)

Without the [PrimaryGlobal] extended attribute on interface Window, the test fails in Firefox with:

Fail Window interface: attribute indexedDB assert_true: The prototype object must have a property "indexedDB" expected true got false

... since attributes on the PrimaryGlobal interface should be on the object themselves, but on prototypes for other interfaces. With the extended attribute, the test passes: 100% in Firefox 36! In Chrome (Canary, ~43) that assertion passes, although the test case still fails but due to the attribute not being an accessor (WIP)

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1679

Received on Tuesday, 17 March 2015 21:21:58 UTC