The issue is that when I invoke window.close() or self.close() it doesn\'t close the window. Now there seems to be a belief that in Chrome you can\
window.close()
self.close()
This might be old, but let's answer it.
I use top.close() to close a tab. window.close() or other open...close didn't work for me.