Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / websql / multiple-transactions-on-different-handles.html
blob0a18c322c15a36b41b14307323e63960ade160c1
1 <html>
2 <head>
3 <script src="resources/database-common.js"></script>
4 <script src="multiple-transactions-on-different-handles.js"></script>
5 </head>
6 <body onload="setupAndRunTest();">
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 </html>