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