Indexed DB Browser Tests: Add more diagnostics, remove console warnings
commit979dab02b56e3df3d19a3831ef28018a533530df
authorjsbell <jsbell@chromium.org>
Thu, 16 Jul 2015 18:13:00 +0000 (16 11:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Jul 2015 18:13:31 +0000 (16 18:13 +0000)
tree0c56067c6fde2016341855e4f1b0162da5ef1527
parent006ed6c0ca71a71cdad455fdab3cd746005285c7
Indexed DB Browser Tests: Add more diagnostics, remove console warnings

To help diagnose crbug.com/510520 and related flaky fails:
* Ensure the test reports errors instead of timing out
* Improve debug output from unexpected events

Also remove a couple of sources of console warnings:
* An uninitalized reference in one test
* Use a non-deprecated entry point to the  quota API

BUG=510520

Review URL: https://codereview.chromium.org/1236403005

Cr-Commit-Position: refs/heads/master@{#339075}
content/test/data/indexeddb/blobs_use_quota.html
content/test/data/indexeddb/bug_109187.js
content/test/data/indexeddb/common.js
content/test/data/indexeddb/delete_compact.html
content/test/data/indexeddb/fill_up_5k.html
content/test/data/indexeddb/quota_test.js