Bug 1968217 - Fix the typo of the preference name of view transition. r=layout-reviewers,TYLin

Just a quick fix because I used the wrong preference name in the a11y test.

Differential Revision: https://phabricator.services.mozilla.com/D251037
This commit is contained in:
Boris Chiou
2025-05-23 18:37:06 +00:00
committed by bchiou@mozilla.com
parent 7cec6049f1
commit 20bcd70f17

View File

@@ -7,7 +7,7 @@ support-files = [
"!/accessible/tests/mochitest/moz.png",
]
prefs = [
"dom.viewTransition.enabled=true",
"dom.viewTransitions.enabled=true",
"layout.css.content.alt-text.enabled=true",
]