blob: 62ab925609c26826690ad8cf65def76cdb47dcbf [file] [log] [blame]
<style>
body, div {
font-size: 12px;
}
</style>
<body>
Test to see that rem units are applied correctly on body elements, this line should have a font-size of 12px.
<div>Test to see that rem units are applied correctly on div elements, this line should have a font-size of 12px.</div>
</body>