summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/background-image-with-border-radius-fidelity-ref.html
blob: 0d8f30d74f81e16d9fa0a3baf81306b14df0eac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>