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> |