F52 (Fail): Due to opening a new window as soon as a new page is loaded

HTML Snippet Code
Scenario 1: New windows are opened automatically when page is loaded

On page load of this page, Observe that a small window with deque website is opened and focused right after it is loaded.

Click this link to initiate an action
<p>On page load of this page, Observe that a small window with deque website is opened and focused right after it is loaded.</p> <a href="#"> Click this link to initiate an action </a> <script type="text/javascript"> window.open('http://www.deque.com', '_blank', 'height=200,width=150'); </script>