Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / storage / open-database-while-transaction-in-progress-sync.html
1 <html>
2 <head>
3 <script src="resources/test-inputs-common.js"></script>
4 </head>
5
6 <body onload="runTest('resources/open-database-while-transaction-in-progress-sync.js')">
7 Test that a second handle to the same database can be opened inside a transaction running on the first handle.
8 <pre id="console">
9 </pre>
10 </body>
11 </html>