summaryrefslogtreecommitdiffstats
path: root/js/src/tests/js1_8_5/extensions/browser.js
blob: fc8ffefac5a469307d903073cd432385299a807c (plain)
1
2
3
4
5
6
// The page loaded in the browser is jsreftest.html, which is located in
// js/src/tests. That makes Worker script URLs resolve relative to the wrong
// directory. workerDir is the workaround.
workerDir = (document.location.href.replace(/\/[^/?]*(\?.*)?$/, '/') +
             'js1_8_5/extensions/');