Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / websql / multiple-transactions.html
blob35974401396efdc8753a60fb3e948124285034cd
1 <html>
2 <head>
3 <script src="resources/database-common.js"></script>
4 <script src="multiple-transactions.js"></script>
5 <head>
6 <body onload="setupAndRunTest();">
7 This is a test to see if the database API allows multiple transactions to be queued on the same database at once:<br>
8 <pre id="console">
9 FAILURE: test didn't run.
10 </pre>
11 </body>
12 </html>