summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/dynamic-5-ref.html
blob: 760794a3f18c12836c1576f3791147be1c0b4795 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<style>
fieldset::first-letter {
  color: green;
}
</style>
<fieldset>Text</fieldset>