no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-valuesandunits / unit-rem-iframe-inside.html
blob954fcf4e32474a0ce15e8d7a86ea4151f8cd64c3
1 <style>
2 :root { font-size: 20px }
3 body { font-size: 25px }
4 div { font-size: 1.5rem }
5 </style>
7 <body><div>Inside</div></body>