Chromium Code Reviews
DescriptionFix scroll-position-restored-on-back-at-load-event.html
Follow-up of [1].
The test doesn't work if the |window.location| change occurs after document
onload, and [1] makes the function in setTimeout() in DOMContentLoaded in
the test to be sometimes executed (especially on debug bots) after document
onload.
This CL fixes the test by ensuring |window.location| change is always
executed after document onload.
[1] https://codereview.chromium.org/2269043002/
BUG=624697
Committed: https://crrev.com/dbfafb1dbbe4b520e2d42de5a991fe90ae4dbf7d
Cr-Commit-Position: refs/heads/master@{#430591}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|
|||||||||||||||||||