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

10 lines
213 B
HTML

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