testing/web-platform/tests/css/css-backgrounds/reference/background-image-cover-zoomed-1-ref.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 09:11:47 +0000 (3 hours ago)
changeset 796052 0a0cf87651274d2f86228467e41dafd62a510749
parent 456962 008eb2c66b1c95e426a18fa1d9983689fc836c46
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE html>
<html>
<head>
    <title>CSS Background Test Reference</title>
    <link rel="author" title="schenney" href="mailto:schenney@chromium.org">
    <style>
      body {
        zoom: 80%;
      }
      body > div {
        width: 504px;
        height: 252px;
        background-image: url(../support/40px-wide-20px-tall-green-rect.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
  </style>
</head>

<body>
  <div>
  </div>
</body>
</html>