zotero/test/content/hyphenationTest.xhtml
Dan Stillman 97329752a1 fx128: Remove Services.jsm imports
Now included automatically
2024-12-14 01:16:00 -05:00

9 lines
348 B
HTML

<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<browser remote="false" />
<script>
document.querySelector('browser').loadURI('chrome://zotero-unit/content/hyphenationTestContent.html', {
triggeringPrincipal: Services.scriptSecurityManager.getSystemPrincipal()
});
</script>
</window>