testing/web-platform/tests/css/css-backgrounds/background-margin-transformed-root-ref.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (103 minutes ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 527255 4ba949f441f99033fe9d9afee9c2ed6de744403f
permissions -rw-r--r--
Merge autoland to mozilla-central
<!doctype HTML>
<style>
  div {
    background: linear-gradient(lightblue, yellow);
    background-size: 300px 300px;
    background-position: 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
</style>
<div></div>