Skip to content

Commit

Permalink
Bug 1304531 - Remove CPOW usage in browser_web_protocol_handlers.js. …
Browse files Browse the repository at this point in the history
…r=Felipe

This one isn't intermittent but I noticed it in the logs and it was free to
fix.

MozReview-Commit-ID: D56wiHn3IfL

--HG--
extra : rebase_source : d8078fc995249d39d6c0e838d394f1465a9a3684
  • Loading branch information
mrbkap committed Sep 21, 2016
1 parent 79d33d6 commit 06aa76e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ add_task(function*() {
handlerSvc.store(protoInfo);

// Middle-click a testprotocol link and check the new tab is correct
let link = browser.contentDocument.getElementById("link");
let link = "#link";
const expectedURL = "https://example.com/foobar?uri=testprotocol%3Atest";

let promiseTabOpened =
Expand Down

0 comments on commit 06aa76e

Please sign in to comment.