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