From 143f86f3a3d27424be683825e374f6173b1ac3e9 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 7 Jul 2016 13:57:06 -0400 Subject: [PATCH] Make the console output match the expected output --- 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 1a8ef2d1465c6d..6464436c33978d 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; - console.log("ALERT RESULT: " + JSON.stringify([ + console.log("ALERT: RESULT: " + JSON.stringify([ id, harness_status.status, harness_status.message,