Updates:
Status: Fixed
Comment #4 on issue 7409 by s...@chromium.org: regression: selenium tests
http://code.google.com/p/chromium/issues/detail?id=7409
This was fixed by r9233 (http://codereview.chromium.org/21085/show).
--
You received this message because you are listed in the owner
Updates:
Owner: s...@chromium.org
Comment #3 on issue 7409 by ero...@chromium.org: regression: selenium tests
http://code.google.com/p/chromium/issues/detail?id=7409
Scott has a fix for this, problem is bad merge in FrameLoader.cpp causing
default parameters to be used, instead
of prop
Updates:
Labels: Regression
Comment #2 on issue 7409 by ero...@chromium.org: regression: selenium tests
http://code.google.com/p/chromium/issues/detail?id=7409
Test case:
# Create test file:
$ cat selenium.html
# Now load the page at anchor 'scroll':
$ ./test_shell.exe 'file
Comment #1 on issue 7409 by ero...@chromium.org: regression: selenium tests
http://code.google.com/p/chromium/issues/detail?id=7409
Haven't found the exact cause yet, but roughly the problem area seems to be
with reloads following anchor
navigations, not dispatching completion.
--
You receive
Status: Assigned
Owner: ero...@chromium.org
Labels: Type-Bug Pri-2 OS-All Area-Misc Area-WebKit
New issue 7409 by ero...@chromium.org: regression: selenium tests
http://code.google.com/p/chromium/issues/detail?id=7409
r9077, which was the webkit merge 40409:40464, caused the following
selenium