Comment #7 on issue 19331 by [email protected]: self.close() is not working http://code.google.com/p/chromium/issues/detail?id=19331
The WebKit algorithm for when a window can be closed by script does not match the HTML5 spec. In both cases, it depends on where the window came from. If your test passes in Safari, it's quite possible that we've screwed something up on our end. We should try for a simpler reduction. Does this page show the same behavior difference? <script> window.close(); </script> -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
