From dd8ba1a0710c476ec4f56f78db87f634762085ee Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 5 Jul 2016 14:52:37 -0400 Subject: [PATCH] Use actual console output, rather than alert dialogs (#194) Now that Servo has actual alert dialogs, long logging strings can cause problems. --- wptrunner/testharnessreport-servo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wptrunner/testharnessreport-servo.js b/wptrunner/testharnessreport-servo.js index d1b31676170949..1a8ef2d1465c6d 100644 --- a/wptrunner/testharnessreport-servo.js +++ b/wptrunner/testharnessreport-servo.js @@ -8,7 +8,7 @@ setup(props); add_completion_callback(function (tests, harness_status) { var id = location.pathname + location.search + location.hash; - alert("RESULT: " + JSON.stringify([ + console.log("ALERT RESULT: " + JSON.stringify([ id, harness_status.status, harness_status.message,