Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: LayoutTests/fast/history/history-length-append-subframe-with-hash.html

Issue 806183005: Remove FrameLoader's checkLoadComplete and checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Helpers Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/history/history-length-append-subframe-with-hash.html
diff --git a/LayoutTests/fast/history/history-length-append-subframe-with-hash.html b/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
index dc5c74ab7386d82c30be0b2bb43425d300a6ca4f..0059c07e5787aff55fa75e5d6cb027f27e95039c 100644
--- a/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
+++ b/LayoutTests/fast/history/history-length-append-subframe-with-hash.html
@@ -46,7 +46,9 @@
function setFrameSrcAndfinishTest() {
document.querySelector('iframe').src = 'about:blank/#identifier';
testRunner.dumpBackForwardList();
- finishJSTest();
+ setTimeout(function() {
+ finishJSTest();
+ }, 0);
}
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698