gecko-dev/layout/reftests/text-decoration/underline-button-2.html

9 строки
180 B
HTML

<!doctype html>
<html>
<body>
<span style="text-decoration: underline">
Some<button style="display: inline; color: black">text</button>and a button
</span>
</body>
</html>