summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/read-and-write-transactions-dont-run-together.html
blob: 11da35678c1c01482a6451452eca4500f8fc9856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<script src="resources/database-common.js"></script>
<script src="read-and-write-transactions-dont-run-together.js"></script>
</head>
<body onload="setupAndRunTest();">
This test tests that read and write transactions on different handles to the same database don't run together.<br>
<pre id="console">
FAILURE: test didn't run.
</pre>
</body>
</html>