Debugging patch for bug 1074744: request the complete log

This commit is contained in:
Ehsan Akhgari 2014-12-16 18:55:08 -05:00
parent 1cc829126d
commit ce47600bf5

View File

@ -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); });