diff options
Diffstat (limited to 'testlib/selenium')
-rw-r--r-- | testlib/selenium/testhost.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testlib/selenium/testhost.html b/testlib/selenium/testhost.html index fcc9394f2..01641547d 100644 --- a/testlib/selenium/testhost.html +++ b/testlib/selenium/testhost.html @@ -7,6 +7,8 @@ <script src="/testlib/selenium/escodegen.browser.js"></script> <script src="/testlib/selenium/instrumenter.js"></script> + <script src="/src/vendor/URI.js"></script> + <!-- for instrumentation to work, we have to use the non-csp version --> <script src="/testlib/selenium/system.js"></script> |