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