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,