Mypal/layout/reftests/text-decoration/underline-select-2.html

9 lines
168 B
HTML

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