summaryrefslogtreecommitdiffstats
path: root/netwerk/cookie/test/unit_ipc/test_ipc_parser_0019.js
blob: 535ac6e3439622ebff4c8637e4896329f6d9f58f (plain)
1
2
3
4
5
6
7
8
9
var Cu = Components.utils;

Cu.import("resource://gre/modules/Services.jsm");

function run_test() {
  // Allow all cookies.
  Services.prefs.setIntPref("network.cookie.cookieBehavior", 0);
  run_test_in_child("../unit/test_parser_0019.js");
}