зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
156 B
JavaScript
8 строки
156 B
JavaScript
|
//
|
||
|
// Run test script in content process instead of chrome (xpcshell's default)
|
||
|
//
|
||
|
|
||
|
function run_test() {
|
||
|
run_test_in_child("../unit/test_headers.js");
|
||
|
}
|