summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-select-1-ref.html
blob: e10ebe9783fb14f24a47a9bdff9d9ea85942c64b (plain)
1
2
3
4
5
6
7
8
9
<!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>