testing/web-platform/tests/css/css-backgrounds/reference/background-image-with-border-radius-fidelity-ref.html
author Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Thu, 10 Jul 2025 00:10:09 +0000 (5 hours ago)
changeset 795941 23763b72c35abeead04f63e4503c28abc73d065d
parent 580843 144e466e071d946ba018bb08b36f0fec43fc2a9d
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>
<title>Consistent image fidelity of background-image with border-radius (reference)</title>
<style>
  #target {
    background-image: url("../support/aqua-yellow-32x32.png");
    background-size: 100% 100%;
    border-radius: 8px;
    width: 256px;
    height: 256px;
  }
</style>
<div id="target" style="background-clip: padding-box"></div>