Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / storage / read-and-write-transactions-dont-run-together.html
1 <html>
2 <head>
3 <script src="resources/database-worker-controller.js"></script>
4 </head>
5
6 <body onload="runTest('read-and-write-transactions-dont-run-together.js')">
7 This test tests that read and write transactions on different handles to the same database don't run together.<br>
8 <pre id="console"> 
9 FAILURE: test didn't run.
10 </pre> 
11 </body>
12
13 </html>