mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
cherry-picked mozilla upstream changes:
bug1335829, bug1336216, bug1319771, bug1329179, bug1330823, bug1334085, bug1312049, bug1335070, bug1336018
This commit is contained in:
@@ -49,11 +49,11 @@ add_task(function* () {
|
||||
hostWindow.resizeTo(640, 300);
|
||||
|
||||
info("Testing transitions ltr");
|
||||
yield pushPref("intl.uidirection.en-US", "ltr");
|
||||
yield pushPref("intl.uidirection", 0);
|
||||
yield testBreadcrumbTransitions(hostWindow, inspector);
|
||||
|
||||
info("Testing transitions rtl");
|
||||
yield pushPref("intl.uidirection.en-US", "rtl");
|
||||
yield pushPref("intl.uidirection", 1);
|
||||
yield testBreadcrumbTransitions(hostWindow, inspector);
|
||||
|
||||
hostWindow.resizeTo(originalWidth, originalHeight);
|
||||
|
||||
Reference in New Issue
Block a user