4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
9 var db
= openDatabase("15976Test", "1.0", "Test for http://bugs.webkit.org/show_bug.cgi?id=15976", 1);
10 db
.transaction(function(tx
) {
11 if (window
.testRunner
)
12 window
.setTimeout(function() { testRunner
.notifyDone() }, 0);
13 throw "TransactionCallbackError";
18 If WebKit doesn't crash, this test has passed