summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/button/first-letter-1.html
blob: 3dbf1667fa8aef9fd7384794ce6b5063735322fa (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<style>
  button::first-letter { color: green; }
  body { line-height: 0; }
</style>
<button>Some text</button>