tenfourfox/layout/reftests/css-valuesandunits/unit-rem-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
219 B
HTML

<style>
:root { font-size: 20px }
body { font-size: 25px }
div {
font-size: 30px;
width: 300px;
}
#a {
border-bottom: 1px solid #f00;
}
</style>
<body>Level 1<div id=a>Level 2<div id=b>Level 3</div></div></body>