1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/css-valuesandunits/unit-rem-iframe.html
T

7 lines
130 B
HTML

<style>
:root { font-size: 10px }
body { font-size: 12px }
</style>
<body>Outside<iframe src=unit-rem-iframe-inside.html></body>