summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-image-with-border-radius-fidelity.html
blob: b0b494f50219eb1e6e72b2deed232a01f7582d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<title>Consistent image fidelity of background-image with border-radius</title>
<link rel="help" href="https://crbug.com/1069434">
<link rel="match" href="reference/background-image-with-border-radius-fidelity-ref.html">
<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"></div>