diff options
Diffstat (limited to 'testing/firefox/vendor.js')
-rw-r--r-- | testing/firefox/vendor.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/firefox/vendor.js b/testing/firefox/vendor.js index 2ef8b0d5b2..411803b61b 100644 --- a/testing/firefox/vendor.js +++ b/testing/firefox/vendor.js @@ -1,3 +1,5 @@ // Disable default browser checking. pref("browser.shell.checkDefaultBrowser", false); +// OMTC and system cairo is broken +pref("layers.offmainthreadcomposition.enabled", false); |