diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-07-07 10:59:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 10:59:40 -0700 |
commit | d7b3bfee3577a8851a20e005483a6c0e50b26b3f (patch) | |
tree | d6a304410dcd3ae03f027e43e5baab3ed95cea4c | |
parent | 4fafcb121f807c31593bd2f8731358c68b3b7810 (diff) | |
parent | fcffefcc4629495683ea0ffb764e330fee9a2614 (diff) | |
download | servo-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.js | 2 |
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, |