commit 27ffb7a727e79483d9992944db5eb6477906b6c2
parent 19e5fe9057c4e735bfb93f991823b16023ddfaf5
Author: Andreas Farre <farre@mozilla.com>
Date: Wed, 15 Oct 2025 07:43:05 +0000
Bug 1993956 - Update test expectations. r=webdriver-reviewers,whimboo
It turns out that browsing_context/navigation_started/navigation_interrupted.py
is a bit too timing dependant to be considered fixed. Android and some
Windows CI has failed on this. The issue has to do with push to replace
load conversion, making history look different if a load was initiated
during another load or when an ongoing load has finished.
Differential Revision: https://phabricator.services.mozilla.com/D268505
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/navigation_started/navigation_interrupted.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/navigation_started/navigation_interrupted.py.ini
@@ -1,4 +1,4 @@
[navigation_interrupted.py]
[test_multiple_events_for_interrupted_navigation[Interrupted on load\]]
- expected:
- if not sessionHistoryInParent: FAIL
+ bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1993956
+ expected: [PASS, FAIL]