4 https://bugzilla.mozilla.org/show_bug.cgi?id=383430
7 <title>Test for Bug
383430</title>
8 <script type=
"text/javascript" src=
"/MochiKit/MochiKit.js"></script>
9 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=383430">Mozilla Bug
383430</a>
15 <div id=
"content" style=
"display: none">
19 <script class=
"testbody" type=
"text/javascript">
21 /** Test for Bug
383430 **/
22 netscape.security.PrivilegeManager.enablePrivilege(
"UniversalXPConnect");
24 var req = new XMLHttpRequest();
25 req.mozBackgroundRequest = true;
26 req.open(
"GET", window.location.href);
29 ok(req.channel.loadGroup == null,
"loadGroup is null");