docshell/base/crashtests/436900-2-inner.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:9ed2d469dfb1
1 <!DOCTYPE html>
2 <html>
3 <head>
4
5 <meta http-equiv="refresh" content="0">
6
7 <script language="javascript" id="foo+++">
8
9 location.hash += "+++";
10
11 function done()
12 {
13 parent.document.documentElement.removeAttribute("class");
14 }
15
16 </script>
17 </head>
18 <body onload="setTimeout(done, 10)">
19
20 </body>
21 </html>

mercurial