comparison: dom/events/test/bug457672.html
dom/events/test/bug457672.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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> |