Auto merge of #12324 - jdm:whee, r=larsberg

Port dd8ba1a071…

<!-- 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 -->
This commit is contained in:
bors-servo 2016-07-07 10:59:40 -07:00 committed by GitHub
commit d7b3bfee35

View file

@ -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,