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

<body>Level 1</body>