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>