Updates:
Labels: Regression
Comment #2 on issue 7409 by [email protected]: regression: selenium tests
http://code.google.com/p/chromium/issues/detail?id=7409
Test case:
# Create test file:
$ cat selenium.html
<body onload="alert('loaded')">
<a name="scroll" />
<input type=button
onclick="window.location.reload()"
value="reload" />
</body>
# Now load the page at anchor 'scroll':
$ ./test_shell.exe 'file:///C:/tmp/selenium.html#scroll'
# Upon load you will get an alert indicating the "onload" fired.
# Dismiss it, and click the "reload" input button.
# The expected behavior is for the page to reload, which causes
# another 'loaded' alert to open.
# The post-merge behavior however is that nothing happens.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---