This is a test that only applies to IndexedDB. Our test for whether you have it enabled seems to have failed.
This page opens up a database with the name "name" and a description of "description". Result of open: Pending...
The first time you open this page up, the message should be a success. Now, lets make it fail. Find where the associated .indexeddb file is for this page, replace it with something that's not a sqlite database, and make it read only to your user. Now close and re-open the browser. When you re-open it, you should get an internal error from the page.
Now delete all IndexedDB files (including the one you just made), restart the browser, and come back to this page. It should start up fine again.
Now click here, close the browser, come back, and click here. If everything worked well, this should be a success here: ...
That's it!