Debugging patch for bug 1074744: request the complete log

This commit is contained in:
Ehsan Akhgari 2014-12-16 18:55:08 -05:00
Родитель 1cc829126d
Коммит ce47600bf5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -86,6 +86,7 @@ function runTest(index) {
}
SimpleTest.waitForExplicitFinish();
SimpleTest.requestCompleteLog();
window.addEventListener("load", function() {
SpecialPowers.pushPrefEnv({"set": [["media.cache_size", 40000]]}, function(){ runTest(0); });