mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
//
|
|
// Run test script in content process instead of chrome (xpcshell's default)
|
|
//
|
|
|
|
function run_test() {
|
|
run_test_in_child("../unit/test_chunked_responses.js");
|
|
}
|