Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / websql / change-version-handle-reuse.html
blobaf3fbf484d7a85a3490b515b7089544aee086fa1
1 <html>
2 <head>
3 <script src="resources/database-common.js"></script>
4 <script src="change-version-handle-reuse.js"></script>
5 </head>
6 <body onload="setupAndRunTest()">
7 <div>This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions.
8 <pre id="console">
9 FAILURE: test didn't run.
10 </pre>
11 </body>
12 </html>