5 if (window.layoutTestController)
6 layoutTestController.dumpAsText();
9 var db = openDatabase('5562470Test', '', 'Test for <rdar://problem/5562470> openDatabase does not work when the version string is empty', 1);
11 document.getElementById('result').innerHTML = 'FAILURE'
16 <body onload="runTest()">
17 <div>This tests that calling openDatabase with an empty version string does not cause an exception to be thrown.
19 SUCCESS! Did not throw an exception.