aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/wpt/harness/wptrunner/testharnessreport-servo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/harness/wptrunner/testharnessreport-servo.js b/tests/wpt/harness/wptrunner/testharnessreport-servo.js
index d1b31676170..6464436c339 100644
--- a/tests/wpt/harness/wptrunner/testharnessreport-servo.js
+++ b/tests/wpt/harness/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,