summaryrefslogtreecommitdiff
path: root/testsuite/reftests/inherit-and-initial.css
blob: ab442e9b461888e9c9ef192f5f2cbfcd9b64856e (plain)
1
2
3
4
5
6
7
* {
  all: initial;
}

#inherit {
  all: inherit;
}