mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1362907 - Avoid differences in menulist button position on android on a reftest.
This is better than skipping it which is what the test does for other similar elements. MANUAL PUSH: Trivial orange fix CLOSED TREE
This commit is contained in:
parent
a5b7ba2f01
commit
4a69d8b600
@ -130,7 +130,7 @@ input type="email": <input class="test" type="email" value="a@example.org"><br>
|
||||
<!--input type="week": <input class="test" type="week" value="12:00:00"><br>-->
|
||||
<!--input type="file": <input class="test" type="file"><br>-->
|
||||
<!--input type="image": <input class="test" type="image"><br>-->
|
||||
select: <select class="test"><option>A</option><option>BB</option></select><br>
|
||||
select: <select style="appearance: none" class="test"><option>A</option><option>BB</option></select><br>
|
||||
SVG: <svg height="30px" class="test"><text y="20">SVG Text</text></svg><br>
|
||||
|
||||
Ordered list, first item empty: <ol class="test"><li></li><li>a</li><li>bb</li></ol>
|
||||
|
Loading…
Reference in New Issue
Block a user