haikuwebkit/LayoutTests/storage/websql/sql-error-codes.html

13 lines
293 B
HTML

<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>