testing/web-platform/tests/css/css-backgrounds/background-position/reference/background-position-bottom-right-repeat-round-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (58 minutes ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 688170 06da19643638879471ce7c95fb1fb4494e622a85
permissions -rw-r--r--
Merge autoland to mozilla-central
<!doctype html>
<title>background-position with 'bottom' and 'right' edge keywords with background-repeat 'round' (reference)</title>
<style>
  #target {
    width: 100px;
    height: 100px;
    background-image: linear-gradient(45deg, lime, green);
    background-repeat: round;
    background-size: 51px 51px;
    background-position: left 75% top 75%;
  }
</style>
<div id="target"></div>