Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/encoding/test/chrome.toml
<?xml version="1.0"?>
<window title="Test for StringEncoding API"
<!-- test results are displayed in the html:body -->
</body>
<!-- test code goes here -->
<script type="application/javascript"><![CDATA[
/** Test for StringEncoding API. **/
// Import our test JSM. We first strip the filename off
// the chrome url, then append the jsm filename.
var base = /.*\//.exec(window.location.href)[0];
const {checkFromJSM} = ChromeUtils.import(base + "file_stringencoding.jsm");
checkFromJSM(is);
]]></script>
</window>