Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-origin-iframe-for-websql.html
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>