mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
b2c871b279
Add necko 'unit_ipc' test directory under e10s, plus simple HTTP test.
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
//
|
|
// Run test script in content process instead of chrome (xpcshell's default)
|
|
//
|
|
|
|
function run_test() {
|
|
run_test_in_child("../unit/test_simple.js");
|
|
}
|