summaryrefslogtreecommitdiff
path: root/testsuite/reftests/css-rem-label-size.css
blob: d2c648c68257d5fcb72bfa35fd14e1d74050ada7 (plain)
1
2
3
4
5
6
7
8
9
10
11
* {
  color: tomato;
}

.ref {
  font-size: 2em;
}

.test label {
  font-size: 2rem;
}