Bug 1883912: Enable Intl.ListFormat test for "unit" style. r=spidermonkey-reviewers...
[gecko.git] / editor / libeditor / tests / test_spellcheck_pref.html
blob8b0ea7f30345b23a37318b015cc95f09354c6f1a
1 <html>
2 <head>
3 <title>Test if spellcheck is turned on</title>
4 <script src="/tests/SimpleTest/SimpleTest.js"></script>
5 <link rel="stylesheet" type="text/css"
6 href="/tests/SimpleTest/test.css" />
7 </head>
8 <body>
10 <div id="content" style="display: none">
11 </div>
12 <pre id="test">
13 </pre>
15 <script class="testbody" type="application/javascript">
17 is(SpecialPowers.getIntPref("layout.spellcheckDefault"), 1, "Check if the layout.spellcheckDefault pref is turned on");
19 </script>
20 </body>
22 </html>