summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-valuesandunits/unit-rem-root-width.html
blob: 3e41edadb73e46c8eb569615dcdb8e8a18b1f5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<style>
:root {
  font-size: 30px;
  width: 10rem;
  border-bottom: 1px solid #f00;
}
body {
  font-size: 25px;
}
</style>

<body>Level 1</body>