diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /testing/profiles/reftest/user.js | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/profiles/reftest/user.js')
-rw-r--r-- | testing/profiles/reftest/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/profiles/reftest/user.js b/testing/profiles/reftest/user.js index 765d17e6a7..2ee31eff12 100644 --- a/testing/profiles/reftest/user.js +++ b/testing/profiles/reftest/user.js @@ -43,7 +43,7 @@ user_pref("gfx.logging.level", 1); user_pref("image.downscale-during-decode.enabled", false); // We do the capturing the reftest results with sync decoding // so we want to be consistent. -user_pref("image.decode-sync.enabled", true); +user_pref("image.testing.decode-sync.enabled", true); // Disable interruptible reflow since (1) it's normally not going to // happen, but (2) it might happen if we somehow end up with both // pending user events and clock skew. So to avoid having to change |