blob: 11da35678c1c01482a6451452eca4500f8fc9856 [file] [log] [blame]
eric@webkit.org5aca9e22009-09-22 22:24:56 +00001<html>
2<head>
eric@webkit.org37727dc2010-05-29 03:45:50 +00003<script src="resources/database-common.js"></script>
4<script src="read-and-write-transactions-dont-run-together.js"></script>
eric@webkit.org5aca9e22009-09-22 22:24:56 +00005</head>
eric@webkit.org37727dc2010-05-29 03:45:50 +00006<body onload="setupAndRunTest();">
eric@webkit.org5aca9e22009-09-22 22:24:56 +00007This test tests that read and write transactions on different handles to the same database don't run together.<br>
eric@webkit.org37727dc2010-05-29 03:45:50 +00008<pre id="console">
9FAILURE: test didn't run.
10</pre>
eric@webkit.org5aca9e22009-09-22 22:24:56 +000011</body>
12</html>