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

a {
  padding-top: 3px;
}

a {
  padding-top: 2px;
}