5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.clearAllDatabases();
11 var db
= openDatabase('OverQuotaOpen', '', 'Test for bug 36473: missing lock in call to doneCreatingDatabase', 10000000);
13 document
.getElementById('result').innerHTML
= 'PASS'
18 <body onload=
"runTest()">
19 <div>This tests that calling openDatabase with a size over
5MB doesn't assert on debug builds.
21 FAIL: We shouldn't have been able to open the database.