4 https://bugzilla.mozilla.org/show_bug.cgi?id=744772
8 <title>Test for Bug
744772</title>
9 <script 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=744772">Mozilla Bug
744772</a>
15 <div id=
"content" style=
"display: none">
19 <script type=
"application/javascript">
21 /** Test for Bug
744772 **/
23 SimpleTest.waitForExplicitFinish();
26 new XMLHttpRequest().upload;
27 ok(true,
"Accessing unreferenced DOM interface objects shouldn't crash");
31 delete window.XMLHttpRequestUpload;
32 SpecialPowers.exactGC(callback);