Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / websql / open-database-while-transaction-in-progress.html
blob707a1a45c9c234954be2e0097e9079b654771cc0
1 <html>
2 <head>
3 <script src="resources/database-common.js"></script>
4 <script src="open-database-while-transaction-in-progress.js"></script>
5 </head>
6 <body onload="setupAndRunTest();">
7 This is a test to see if opening a database while a transaction is running on a different handle 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>