diff --git a/build/automation.py.in b/build/automation.py.in index f6de73301081..6dbadf83fbe4 100644 --- a/build/automation.py.in +++ b/build/automation.py.in @@ -245,6 +245,7 @@ user_pref("network.manage-offline-status", false); user_pref("security.default_personal_cert", "Select Automatically"); // Need to client auth test be w/o any dialogs user_pref("network.http.prompt-temp-redirect", false); user_pref("svg.smil.enabled", true); // Needed for SMIL mochitests until bug 482402 lands +user_pref("media.cache_size", 100); user_pref("camino.warn_when_closing", false); // Camino-only, harmless to others """ diff --git a/content/media/video/test/Makefile.in b/content/media/video/test/Makefile.in index 7841db8d2a35..adb73a69953b 100644 --- a/content/media/video/test/Makefile.in +++ b/content/media/video/test/Makefile.in @@ -56,6 +56,7 @@ _TEST_FILES = \ test_readyState.html \ test_seek2.html \ test_volume.html \ + use_large_cache.js \ $(NULL) ifdef MOZ_OGG diff --git a/content/media/video/test/test_progress1.html b/content/media/video/test/test_progress1.html index fcb2d84ccbd7..e8fe1f179d7d 100644 --- a/content/media/video/test/test_progress1.html +++ b/content/media/video/test/test_progress1.html @@ -8,6 +8,7 @@
+