Integrate suggestion from review to improve consistency with existing code.
2 var currentWin = content;
4 browserDOMWindow.openURI(makeURI("about:"), null,
5 Ci.nsIBrowserDOMWindow.OPEN_CURRENTWINDOW, null)
6 is(newWin, currentWin, "page loads in the current content window");