mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
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:
parent
5366aca380
commit
5cfb7798a4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user