aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/background_page.html b/background_page.html
index 7d8f749d..4421ae2f 100644
--- a/background_page.html
+++ b/background_page.html
@@ -765,6 +765,13 @@
});
}
init();
+
+ /**
+ * Convenience function for development use.
+ */
+ function runTests() {
+ open(chrome.extension.getURL('test_harnesses/automated.html'));
+ }
</script>
</head>
</html>