diff --git a/content/html/content/test/test_bug481335.xhtml b/content/html/content/test/test_bug481335.xhtml index dff36154b22..bbee3a76a73 100644 --- a/content/html/content/test/test_bug481335.xhtml +++ b/content/html/content/test/test_bug481335.xhtml @@ -51,7 +51,6 @@ function afterSecondLoad() { $("t").pathname = rand; is(document.defaultView.getComputedStyle($("t"), "").color, visitedColor, "Should still be visited after setting pathname to its existing value"); - dump('aaa'); $("t").pathname += "x"; isnot(document.defaultView.getComputedStyle($("t"), "").color, visitedColor, "Should not be visited after changing pathname"); diff --git a/js/jsd/test/test_bug507448.html b/js/jsd/test/test_bug507448.html index c783c3dd4d8..8180658e420 100644 --- a/js/jsd/test/test_bug507448.html +++ b/js/jsd/test/test_bug507448.html @@ -56,7 +56,6 @@ if (!jsdOn) { assertArraysEqual(jsd.wrapValue(h).script.getParameterNames(), ["me", "too", "here"]); assertArraysEqual(jsd.wrapValue(annoying).script.getParameterNames(), ["a", "b", "a", "b", "b", "a"]); - dump('aa'); assertArraysEqual(jsd.wrapValue(manyLocals).script.getParameterNames(), "abcdefghijklm".split("")); diff --git a/layout/forms/test/test_bug287446.html b/layout/forms/test/test_bug287446.html index acda8d0a0a0..bf68d976cfb 100644 --- a/layout/forms/test/test_bug287446.html +++ b/layout/forms/test/test_bug287446.html @@ -45,7 +45,6 @@ addLoadEvent(function() { }); function continueTest() { - dump('aaa'); $("i").style.display = "none"; document.body.offsetWidth; is(document.defaultView.getComputedStyle($("i"), "").display, "none", diff --git a/layout/reftests/bugs/387227-1.html b/layout/reftests/bugs/387227-1.html index 5532cbdf674..3d0ad933531 100644 --- a/layout/reftests/bugs/387227-1.html +++ b/layout/reftests/bugs/387227-1.html @@ -3,7 +3,6 @@
-