Backed out changeset f4f7fa5023f3 (bug 1758540) for causing Fenix topcrashes and breaking UI tests.

This commit is contained in:
Ryan VanderMeulen 2022-03-24 14:45:43 -04:00
Родитель 0077f22487
Коммит 106476ec17
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -1298,6 +1298,9 @@ class AccessibilityTest : BaseSessionTest() {
}
@Test fun testRemoteAccessibilityFocusIframe() {
// TODO: Bug 1758540
assumeThat(sessionRule.env.isFission, equalTo(false))
testAccessibilityFocusIframe(REMOTE_IFRAME);
}
@ -1331,6 +1334,9 @@ class AccessibilityTest : BaseSessionTest() {
@Setting(key = Setting.Key.FULL_ACCESSIBILITY_TREE, value = "true")
@Test fun testRemoteIframeTree() {
// TODO: Bug 1758540
assumeThat(sessionRule.env.isFission, equalTo(false))
testAccessibilityFocusIframe(REMOTE_IFRAME);
}

Просмотреть файл

@ -221,11 +221,7 @@
# the parent process.
- name: accessibility.cache.enabled
type: bool
#ifdef ANDROID
value: true
#else
value: false
#endif
mirror: once
#---------------------------------------------------------------------------