1 Confirm that blobs can be read back before their records are committed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "blob-valid-before-commit.html"
7 indexedDB.deleteDatabase(dbname)
9 store = db.createObjectStore('store')
11 request = store.get(key)
12 PASS document.getElementById('frame0').contentDocument.body.innerText is blobAContent
13 PASS document.getElementById('frame1').contentDocument.body.innerText is blobAContent
14 PASS document.getElementById('frame2').contentDocument.body.innerText is blobBContent
15 PASS successfullyParsed is true