commit ff19491773d070b3e9d8ab72d6b1949be1221a50 parent 75ef3f79aae344c1d0398787cab666a6a73176c7 Author: agoloman <agoloman@mozilla.com> Date: Wed, 15 Oct 2025 20:09:05 +0000 Bug 1994420 - update test expectation on windows for frequent failures. Differential Revision: https://phabricator.services.mozilla.com/D268702 Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/meta/fullscreen/rendering/exit-fullscreen-scroll-to-unscrollable-area-overflow-hidden.html.ini b/testing/web-platform/meta/fullscreen/rendering/exit-fullscreen-scroll-to-unscrollable-area-overflow-hidden.html.ini @@ -1,4 +1,5 @@ [exit-fullscreen-scroll-to-unscrollable-area-overflow-hidden.html] expected: - if os == "win": PASS + if os == "win" and not debug: PASS + if os == "win" and debug: [PASS, TIMEOUT] TIMEOUT diff --git a/testing/web-platform/meta/fullscreen/rendering/exit-fullscreen-scroll-to-unscrollable-area-overflow-x-hidden.html.ini b/testing/web-platform/meta/fullscreen/rendering/exit-fullscreen-scroll-to-unscrollable-area-overflow-x-hidden.html.ini @@ -1,4 +1,5 @@ [exit-fullscreen-scroll-to-unscrollable-area-overflow-x-hidden.html] expected: - if os == "win": PASS + if os == "win" and not debug: PASS + if os == "win" and debug: [PASS, TIMEOUT] TIMEOUT