Skip to content

Commit

Permalink
Port w3c/wptrunner@dd8ba1a to avoid mac builder bustage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 7, 2016
1 parent 4fafcb1 commit fcffefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpt/harness/wptrunner/testharnessreport-servo.js
Expand Up @@ -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,
Expand Down

0 comments on commit fcffefc

Please sign in to comment.