Re: [IndexedDB-tests] - IndexedDB: Ensure any prior version of the database gets deleted before test (#5586)

Ok, the second case is easy to change... For the first case, the tests would probably need to be refactored using the likes of "support-promises.js" as that wrapper has a means for pre-deleting databases (`createNamedDatabase`): https://github.com/w3c/web-platform-tests/blob/master/IndexedDB/support-promises.js#L127-L128 ...

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

Received on Monday, 17 April 2017 07:55:53 UTC