blob: 8487677773e7b8ba6baa77ec26a63a837c573889 [file] [log] [blame]
<html>
<head>
<script>
try {
var c = window.openDatabase('testdb', '1.0', 'Testing database', 512 * 1024);
document.write('No exception');
} catch (exception) {
document.write(exception.name);
}
</script>
</head>
<body>
</body>
</head>