Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
document-domain-iframe-for-local-storage.html
blob: 8ef28130945b6c2edaa1570a25f8f345b9a338ac [
file
] [
log
] [
blame
]
<html>
<head>
<script>
try
{
document
.
domain
=
document
.
domain
;
var
c
=
window
.
localStorage
;
document
.
write
(
'No exception'
);
}
catch
(
exception
)
{
document
.
write
(
exception
.
name
);
}
</script>
</head>
<body>
</body>
</head>