Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
1 <html>
2 <head>
3 <script>
4 //<!--
5 function test() {
6 document.open();
7 document.write("<html><body onload='opener.documentWriteLoad(); rel();'><a href='foo.html'>foo</a><script>function rel() { setTimeout('location.reload()', 0); }</script></body></html>");
8 document.close();
9 }
10 //-->
11 </script>
12 </head>
13 <body onload="setTimeout('test()', 0)">
14 Test for bug 540462
15 </body>
16 </html>