Bug 1800044 [wpt PR 36907] - Fix same URL navigation test, a=testonly
[gecko.git] / layout / reftests / css-valuesandunits / unit-rem-ref.html
blobafcdb91ad6b69e83590fa54f103e68887364d281
1 <style>
2 :root { font-size: 20px }
3 body { font-size: 25px }
4 div {
5 font-size: 30px;
6 width: 300px;
8 #a {
9 border-bottom: 1px solid #f00;
11 </style>
13 <body>Level 1<div id=a>Level 2<div id=b>Level 3</div></div></body>