summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/multiple-transactions.html
blob: 35974401396efdc8753a60fb3e948124285034cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<script src="resources/database-common.js"></script>
<script src="multiple-transactions.js"></script>
<head>
<body onload="setupAndRunTest();">
This is a test to see if the database API allows multiple transactions to be queued on the same database at once:<br>
<pre id="console"> 
FAILURE: test didn't run.
</pre> 
</body>
</html>