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

8 lines
68 B
HTML

<style>
:root {
font-size: 1.5rem;
}
</style>
<body>Hello</body>