commit 2aa24e4cb5fd0c2b55abcde8cea9cf065b667cf6
parent 22cafd9dbe182ac03c1158c3e02745358da4938e
Author: Timothy Nikkel <tnikkel@gmail.com>
Date: Thu, 4 Dec 2025 01:44:47 +0000
Bug 1924676. Re-enable gfx/layers/apz/test/mochitest/browser_test_position_sticky.js macOS 15. r=hiro
It is no longer failing.
Differential Revision: https://phabricator.services.mozilla.com/D274923
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gfx/layers/apz/test/mochitest/browser.toml b/gfx/layers/apz/test/mochitest/browser.toml
@@ -76,7 +76,6 @@ run-if = [
support-files = ["helper_position_sticky_flicker.html"]
skip-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && a11y_checks", # bug 1924676
- "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1924676
]
["browser_test_reset_scaling_zoom.js"]