content/base/crashtests/494810-1.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:e74174787865
1 <html>
2 <head>
3 <script type="text/javascript">
4
5 function boom()
6 {
7 document.domain = "[";
8 window.sessionStorage;
9 }
10
11 </script>
12 </head>
13
14 <body onload="boom();"></body>
15 </html>

mercurial