Bug 558624 - e10s Cookies: Optimize implementation. Part 2. Tests. r=dwitte. a=blocking-fennec

--HG--
extra : rebase_source : d199cb380ff0a69353c6f35d6d959fb95b226bf6
This commit is contained in:
Doug Turner 2010-10-01 15:18:55 -07:00
parent 1650677c20
commit b9e1d30fa7

View File

@ -0,0 +1,7 @@
//
// Run test script in content process instead of chrome (xpcshell's default)
//
function run_test() {
run_test_in_child("../unit/test_cookie_header.js");
}