Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / storage / multiple-transactions-on-different-handles.html
1 <html>
2 <head>
3 <script src="resources/database-worker-controller.js"></script>
4 </head>
5
6 <body onload="runTest('multiple-transactions-on-different-handles.js')">
7 This is a test to see if queueing up multiple transactions on different handles to the same database results in a deadlock.<br>
8 <pre id="console"> 
9 FAILURE: test didn't run.
10 </pre> 
11 </body>
12
13 </html>