summaryrefslogtreecommitdiff
path: root/tests/css/parser/declarations-valid-13.ref.css
blob: e0a32a3e88b1e9558879547f832bddff82116929 (plain)
1
2
3
4
5
6
* {
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 5px;
}