summaryrefslogtreecommitdiffstats
path: root/netwerk/cookie/test/unit_ipc/test_ipc_parser_0001.js
blob: 988c8d1961d16394e69a4e3ab8b13ce2a8643b58 (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_0001.js");
}