testing/web-platform/tests/css/css-values/rem-root-font-size-restyle-1-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (2 hours ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 567214 a4efb703002871458e77ca14e94d0d6da9e8c74b
permissions -rw-r--r--
Merge autoland to mozilla-central
<!doctype html>
<title>CSS Test reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<style>
:root {
  font-size: 2em;
}

div {
  width: 10rem;
  height: 10rem;
  background: green;
}
</style>
<div></div>