dom/events/test/bug457672.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d6d2d541bca2
1 <html>
2 <head>
3 <script>
4 window.addEventListener("focus", function() { window.close(); }, false);
5 function done() {
6 window.focus();
7 }
8 </script>
9 </head>
10 <body onload="done();">
11 </body>
12 </html>

mercurial