blob: ec80dafb0f1c6a663a3aa2b9c3d6ffa26c00c2eb [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script><![CDATA[
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function crash()
{
cur_obj = document.createElement('a');
eval('cur_obj.search = false;');
eval('cur_obj.hostname = navigator;');
eval('cur_obj.ping = false;');
e_value = eval('cur_obj.click();');
if (window.testRunner)
testRunner.notifyDone();
}
]]></script>
</head>
<body onload="crash();">
</body>
</html>