aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/chrome.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dom_tests/chrome.coffee b/tests/dom_tests/chrome.coffee
index d4e6930d..1d04b654 100644
--- a/tests/dom_tests/chrome.coffee
+++ b/tests/dom_tests/chrome.coffee
@@ -7,6 +7,8 @@ root.chromeMessages = []
document.hasFocus = -> true
+window.forTrusted = (handler) -> handler
+
fakeManifest =
version: "1.51"