testing/web-platform/tests/css/css-backgrounds/background-margin-root-ref.html
author Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Thu, 10 Jul 2025 00:10:09 +0000 (9 hours ago)
changeset 795941 23763b72c35abeead04f63e4503c28abc73d065d
parent 527255 4ba949f441f99033fe9d9afee9c2ed6de744403f
permissions -rw-r--r--
Bug 1976135 - Remove nightly only limitation of pref gfx.webrender.layer-compositor r=gfx-reviewers,gw Differential Revision: https://phabricator.services.mozilla.com/D256379
<!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>