mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1251139 - Follow-up to properly rebase over bug 1153128. r=me
on a CLOSED TREE MozReview-Commit-ID: 35xb0uBoOrf
This commit is contained in:
parent
92314af9cb
commit
70da2ea8f6
@ -26,6 +26,10 @@ var script = SpecialPowers.loadChromeScript(function loadChromeScriptTest() {
|
||||
assert.equal(1, 1, "another valid assertion");
|
||||
sendAsyncMessage("valid-assert-done");
|
||||
});
|
||||
|
||||
addMessageListener("sync-message", () => {
|
||||
return "Received a synchronous message.";
|
||||
});
|
||||
});
|
||||
|
||||
var MESSAGE = { bar: true };
|
||||
|
Loading…
x
Reference in New Issue
Block a user