summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-select-2.html
blob: e2b014eb47e4fc63939a2e875c513b47c2de3c52 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
<body>
  <span style="text-decoration: underline">
    Some<select size="5"><option>text</option></select>and a button
  </span>
</body>
</html>