[IndexedDB-tests] Remove bogus assertion from IndexedDB invalid key test (#843)

The test case is asserting that get() with an invalid key doesn't throw, which defeats the purpose of the test since it is expected to throw. It's followed by a correct assertion, which is just getting skipped.

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

Received on Thursday, 10 April 2014 16:53:14 UTC