blob: 379386bf9b56875ee144e2e544f56c1b8f7bb419 [file] [log] [blame]
<html>
<head>
<script>
try {
var c = window.localStorage;
document.write('No exception');
} catch (exception) {
document.write(exception.name);
}
</script>
</head>
<body>
</body>
</head>