4 https://bugzilla.mozilla.org/show_bug.cgi?id=1448048
8 <title>Test for Bug
1448048</title>
9 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
11 <script type=
"application/javascript">
13 /** Test for Bug
1448048 **/
14 var { AppConstants } = SpecialPowers.ChromeUtils.importESModule(
15 "resource://gre/modules/AppConstants.sys.mjs"
17 if (AppConstants.NIGHTLY_BUILD) {
18 is(typeof Components,
"undefined",
"Should be no Components shim on Nightly");
20 is(typeof Components,
"object",
"Should have a components shim on non-Nightly");
25 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1448048">Mozilla Bug
1448048</a>
27 <div id=
"content" style=
"display: none">