Skip to content

Commit b13ddea

Browse files
noamrchromium-wpt-export-bot
authored andcommitted
Change the order of non-intercepted events to match spec
For non-intercepted navigations, the "navigatesuccess" event should fire before the promises resolve. This test fails because of the "WaitForAll" change and this fix should make it pass in Firefox as well. Bug: 519062396 Change-Id: Ie1e6bd1953b09148fbe68716935547f788421bb6
1 parent 15694f7 commit b13ddea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

navigation-api/ordering-and-transition/navigate-204-205-download-then-same-document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
["currententrychange", "#1", null],
5555
["committed rejected 1", "#1", null],
5656
["finished rejected 1", "#1", null],
57+
["navigatesuccess", "#1", null],
5758
["committed fulfilled 2", "#1", null],
5859
["promise microtask", "#1", null],
59-
["navigatesuccess", "#1", null],
6060
["finished fulfilled 2", "#1", null]
6161
]);
6262

0 commit comments

Comments
 (0)