summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/change-version-handle-reuse.html
blob: af3fbf484d7a85a3490b515b7089544aee086fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html> 
<head>
<script src="resources/database-common.js"></script>
<script src="change-version-handle-reuse.js"></script>
</head> 
<body onload="setupAndRunTest()"> 
<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.
<pre id="console"> 
FAILURE: test didn't run.
</pre> 
</body> 
</html>