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