mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-10 14:32:44 +00:00
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
|
//
|
||
|
// Run test script in content process instead of chrome (xpcshell's default)
|
||
|
//
|
||
|
|
||
|
function run_test() {
|
||
|
load("../unit/test_resolve_uris.js");
|
||
|
do_run_test();
|
||
|
run_test_in_child("../unit/test_resolve_uris.js");
|
||
|
}
|