Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / css-valuesandunits / unit-rem-div-fontsize.html
blob7f6ceedcf97d61b70e3f8e4dcc018760fdec041c
1 <style>
2 :root { font-size: 20px }
3 body { font-size: 25px }
4 div {
5 font-size: 1.5rem;
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>