[IndexedDB-tests] IndexedDB: Fix abort-in-initial-upgradeneeded assertions (#1137)

Spec says: "result ... is undefined when the request resulted in an error." But the test is asserting that the result is non-null after an error. The test currently fails both in Firefox and Chrome M37+. With this change, the test passes.

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

Received on Thursday, 31 July 2014 22:28:12 UTC