aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-07-07 10:59:40 -0700
committerGitHub <noreply@github.com>2016-07-07 10:59:40 -0700
commitd7b3bfee3577a8851a20e005483a6c0e50b26b3f (patch)
treed6a304410dcd3ae03f027e43e5baab3ed95cea4c
parent4fafcb121f807c31593bd2f8731358c68b3b7810 (diff)
parentfcffefcc4629495683ea0ffb764e330fee9a2614 (diff)
downloadservo-d7b3bfee3577a8851a20e005483a6c0e50b26b3f.tar.gz
servo-d7b3bfee3577a8851a20e005483a6c0e50b26b3f.zip
Auto merge of #12324 - jdm:whee, r=larsberg
Port https://github.com/w3c/wptrunner/commit/dd8ba1a0710c476ec4f56f78… <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12324) <!-- Reviewable:end -->
-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,