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

9 lines
159 B
HTML

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