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