Test Description:
Event listeners can cancel default actions of cancelable event objects by invoking the Event.preventDefault()
method, and determine whether an event has been canceled through the Event.defaultPrevented attribute.
Click the hyperlink:
http://samples.msdn.microsoft.com/ietestcenter
Test passes if the word "PASS" appears below after clicking the hyperlink and the page does not navigate away.
Test result:
FAIL