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>