1367592-1.html (289B)
1 <!DOCTYPE html> 2 <style> 3 :root { font-size: 16px; } 4 .x:root { font-size: 32px; } 5 body { font-size: 16px; } 6 .y { width: 1rem; height: 1rem; background-color: blue; } 7 </style> 8 <body onload="document.body.offsetWidth; document.documentElement.className = 'x';"> 9 <div><div class=y></div></div>