From ce47600bf5cf31652b41e8f9831f1d8c665ae45c Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Tue, 16 Dec 2014 18:55:08 -0500 Subject: [PATCH] Debugging patch for bug 1074744: request the complete log --- toolkit/content/tests/widgets/videocontrols_direction_test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/content/tests/widgets/videocontrols_direction_test.js b/toolkit/content/tests/widgets/videocontrols_direction_test.js index 842e859dc8ed..1a64d0096543 100644 --- a/toolkit/content/tests/widgets/videocontrols_direction_test.js +++ b/toolkit/content/tests/widgets/videocontrols_direction_test.js @@ -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); });