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