mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1016184 - part 3c - Fix test_focus_disabled.html. r=ehsan
Move the witness down so that touch caret won't cover other elements when witness is focused().
This commit is contained in:
parent
5fcaec2856
commit
b3aa3dfe93
@ -14,10 +14,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=375008
|
||||
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=375008">Mozilla Bug 375008</a>
|
||||
<p id="display"></p>
|
||||
<div id="content">
|
||||
<div>
|
||||
<input id='witness'>
|
||||
</div>
|
||||
|
||||
<div id='not-focusable'>
|
||||
<!-- Disabled elements -->
|
||||
<button hidden disabled>foo</button>
|
||||
@ -52,6 +48,10 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=375008
|
||||
<option hidden>foo</option>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<input id='witness'>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<pre id="test">
|
||||
<script type="application/javascript">
|
||||
|
Loading…
Reference in New Issue
Block a user