Bug 1586878 - Replace <xul:textbox> with <html:input> in test_add_remove_dictionaries.xul;r=mossop

Differential Revision: https://phabricator.services.mozilla.com/D48419

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Grinstead 2019-10-08 17:13:43 +00:00
parent 5366aca380
commit 5cfb7798a4

View File

@ -3,6 +3,7 @@
<window title="Add and remove dictionaries test"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="RunTest();">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
@ -122,5 +123,5 @@ function RunTest() {
}
]]>
</script>
<textbox id="textbox" spellcheck="true" value="created imply Frühstück tomorrow qwertyu"/>
<html:input id="textbox" spellcheck="true" value="created imply Frühstück tomorrow qwertyu"/>
</window>