Bug 1831649 - Set inputMode="none" in test_event_target_radius.html to avoid showing the software keyboard. r=botond,m_kato
test_event_target_radius.html doesn't require showing the software keyboard. The keyboard shown by the test persists there for some reasons even after the test has finished. Thus a new mochitest which will be introduced in this commit series will not properly run, the new test needs to start without the software keyboard. Differential Revision: https://phabricator.services.mozilla.com/D204162
This commit is contained in:
@@ -28,12 +28,12 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1733509
|
||||
|
||||
<div class="target" id="t2" hidden></div>
|
||||
|
||||
<input class="target" id="t3_1" hidden></input>
|
||||
<input class="target" id="t3_1" hidden inputMode="none"></input>
|
||||
<a href="#" class="target" id="t3_2" hidden></a>
|
||||
<label class="target" id="t3_3" hidden></label>
|
||||
<button class="target" id="t3_4" hidden></button>
|
||||
<select class="target" id="t3_5" hidden></select>
|
||||
<textarea class="target" id="t3_6" hidden></textarea>
|
||||
<textarea class="target" id="t3_6" hidden inputMode="none"></textarea>
|
||||
<div role="button" class="target" id="t3_7" hidden></div>
|
||||
<div role="key" class="target" id="t3_8" hidden></div>
|
||||
<img class="target" id="t3_9" hidden></img>
|
||||
@@ -53,7 +53,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1733509
|
||||
<div class="target" id="t7" onmousedown="x=1" hidden></div>
|
||||
<div class="target" id="t7_over" hidden></div>
|
||||
|
||||
<div id="t8" contenteditable="true" class="target" hidden></div>
|
||||
<div id="t8" contenteditable="true" class="target" hidden inputMode="none"></div>
|
||||
|
||||
<div id="t9" class="target" ontouchend="x=1" hidden></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user