tenfourfox/dom/base/crashtests/494810-1.html

16 lines
176 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<script type="text/javascript">
function boom()
{
document.domain = "[";
window.sessionStorage;
}
</script>
</head>
<body onload="boom();"></body>
</html>