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