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:
Boris Zbarsky 2012-06-01 13:32:09 -04:00
parent 320b9ff14e
commit 67e8556642
2 changed files with 2 additions and 2 deletions

View File

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

View File

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