Sign in
webkit
/
WebKit
/
f0e035561d1c15fb0d80a78df625ae15f92dc2a7
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-origin-iframe-for-session-storage.html
blob: 8f1bd770c472f031a45b2f8898719deb5d0e7b56 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
try
{
var
c
=
window
.
sessionStorage
;
document
.
write
(
'No exception'
);
}
catch
(
exception
)
{
document
.
write
(
exception
.
name
);
}
</script>
</head>
<body>
</body>
</head>