summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-button-2.html
blob: c61afd2a18fdd6f66bd0c463f86f96f8887c4c1a (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<html>
<body>
  <span style="text-decoration: underline; font: 16px sans-serif">
    Some<button style="display: inline; color: black; font: 16px sans-serif">text</button>and a button
  </span>
</body>
</html>