cherry-picked mozilla upstream changes:

bug1335829, bug1336216, bug1319771, bug1329179, bug1330823, bug1334085, bug1312049, bug1335070, bug1336018
This commit is contained in:
2018-06-16 22:56:47 +08:00
parent 94dbc3aac3
commit de24cec636
30 changed files with 242 additions and 111 deletions
@@ -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);