зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
289 B
HTML
10 строки
289 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:root { font-size: 16px; }
|
|
.x:root { font-size: 32px; }
|
|
body { font-size: 16px; }
|
|
.y { width: 1rem; height: 1rem; background-color: blue; }
|
|
</style>
|
|
<body onload="document.body.offsetWidth; document.documentElement.className = 'x';">
|
|
<div><div class=y></div></div>
|