Mypal/layout/reftests/text-decoration/underline-button-1.html

9 lines
142 B
HTML

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