mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1758540 - Pref on accessibility cache in Android. r=morgan
Differential Revision: https://phabricator.services.mozilla.com/D141638
This commit is contained in:
parent
f0700c2519
commit
9ad7f135df
@ -1298,9 +1298,6 @@ class AccessibilityTest : BaseSessionTest() {
|
||||
}
|
||||
|
||||
@Test fun testRemoteAccessibilityFocusIframe() {
|
||||
// TODO: Bug 1758540
|
||||
assumeThat(sessionRule.env.isFission, equalTo(false))
|
||||
|
||||
testAccessibilityFocusIframe(REMOTE_IFRAME);
|
||||
}
|
||||
|
||||
@ -1334,9 +1331,6 @@ 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,7 +221,11 @@
|
||||
# the parent process.
|
||||
- name: accessibility.cache.enabled
|
||||
type: bool
|
||||
#ifdef ANDROID
|
||||
value: true
|
||||
#else
|
||||
value: false
|
||||
#endif
|
||||
mirror: once
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user