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