DescriptionClean up and deflake history navigation test
When returning from having navigated to navigate-back.html, both
runSecondStageOfTest() and the popstate event handler would set a
timeout that called history.back(). The first navigation would
trigger the hashchange event handler that signaled a pass, the
second ought to have had no effect.
In practice, the test occasionally timed out or crashed instead,
for unknown reasons. Removing the extra history.back() timeout
apparently avoids this.
BUG=339265
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166325
Patch Set 1 #Patch Set 2 : Rebased and adjusted TestExpectations #
Messages
Total messages: 9 (0 generated)
|