mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Attempt to fix reftest failure on android XUL, where buttons seem to use a non-block color for some reason. Followup for bug 731447
This commit is contained in:
parent
b3dde36872
commit
10521aa8fb
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<span style="text-decoration: underline">
|
||||
Some</span><button style="text-decoration: underline">text</button><span
|
||||
Some</span><button style="text-decoration: underline; color: black">text</button><span
|
||||
style="text-decoration: underline">and a button
|
||||
</span>
|
||||
</body>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<body>
|
||||
<span style="text-decoration: underline">
|
||||
Some<button style="display: inline">text</button>and a button
|
||||
Some<button style="display: inline; color: black">text</button>and a button
|
||||
</span>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user