summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/sql-error-codes.html
blob: dc70c6cafe889c7e8ba4ef08f59387e0d3e15b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<script src="resources/database-common.js"></script>
<script src="sql-error-codes.js"></script>
</head>
<body onload="setupAndRunTest();">
This test tests the error codes reported in exceptional situations.<br>
<pre id="console">
FAILURE: test didn't run.
</pre>
</body>
</html>