[IndexedDB-tests] IndexedDB: Fix incorrect assertion in abort-in-initial-upgradeneeded test (#1136)

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/1136

Received on Thursday, 31 July 2014 22:11:50 UTC