Chromium Code Reviews
DescriptionFix site-per-process layout tests timeouts due to document.write().
See detailed analysis in the bug. When the document.write() happened
after document load, they implicitly called document.open() and
dispatched another DidStartLoading, which might have prevented the
main page (and the test) from finishing loading if it wasn't yet
loaded at that point (due to the OOP subframe not yet loaded). Add a
document.close() so that there's always going to be a matching
DidStopLoading().
BUG=622764
Committed: https://crrev.com/4add5ff9d0fc7baec422201850dbfa829f516fb4
Cr-Commit-Position: refs/heads/master@{#401743}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|
|||||||||||||||||||||||||||||||||||||