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:
Emilio Cobos Álvarez 2024-02-29 17:59:45 +02:00
parent a5b7ba2f01
commit 4a69d8b600

View File

@ -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>