Bug 1489063 - Remove unused autocomplete-textbox class. r=standard8

This commit is contained in:
Dão Gottwald 2018-09-06 11:46:21 +02:00
Родитель 2d2d8bf1fb
Коммит 476817dd80
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -35,7 +35,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
required="required"
xbl:inherits="textoverflow,focused"/>
<html:input anonid="input"
class="autocomplete-textbox urlbar-input textbox-input"
class="urlbar-input textbox-input"
allowevents="true"
inputmode="mozAwesomebar"
xbl:inherits="value,maxlength,disabled,size,readonly,placeholder,tabindex,accesskey,focused,textoverflow"/>

Просмотреть файл

@ -45,7 +45,7 @@ class TestBrowserWindowShortcuts(PuppeteerMixin, MarionetteTestCase):
accel=True)
# TODO: Check that the right input box is focused
# Located below searchbar as class="autocomplete-textbox textbox-input"
# Located below searchbar as class="textbox-input"
# Anon locator has not been released yet (bug 1080764)
def has_input_selected(mn):
selection_name = mn.execute_script("""

Просмотреть файл

@ -16,7 +16,7 @@
<xul:moz-input-box anonid="moz-input-box" flex="1" xbl:inherits="tooltiptext=inputtooltiptext">
<children/>
<html:input anonid="input" class="autocomplete-textbox textbox-input"
<html:input anonid="input" class="textbox-input"
allowevents="true"
xbl:inherits="tooltiptext=inputtooltiptext,value,type=inputtype,maxlength,disabled,size,readonly,placeholder,tabindex,accesskey,mozactionhint"/>
</xul:moz-input-box>