OLD | NEW |
1 Implicitly terminating worker with blocked setVersion call should allow later op
en calls to proceed | 1 Implicitly terminating worker with blocked setVersion call should allow later op
en calls to proceed |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.
msIndexedDB || self.OIndexedDB; | |
7 | |
8 request = indexedDB.open("pending-version-change-stuck.html") | 6 request = indexedDB.open("pending-version-change-stuck.html") |
9 PASS Open worked after page reload. | 7 PASS Open worked after page reload. |
10 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
11 | 9 |
12 TEST COMPLETE | 10 TEST COMPLETE |
13 | 11 |
OLD | NEW |