summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/import-cyclic-3.ref.css
blob: 2b9ad1657584a07f47f7292c73029a09fbbb95ce (plain)
1
2
3
4
5
6
7
8
9
10
11
a {
  padding-top: 2px;
}

a {
  padding-top: 1px;
}

a {
  padding-top: 3px;
}