tenfourfox/layout/reftests/text-decoration/underline-button-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

10 lines
314 B
HTML

<!doctype html>
<html>
<body>
<span style="text-decoration: underline; font: 16px sans-serif">
Some</span><button style="text-decoration: underline; color: black; font: 16px sans-serif">text</button><span
style="text-decoration: underline; font: 16px sans-serif">and a button
</span>
</body>
</html>