blob: 0d8f30d74f81e16d9fa0a3baf81306b14df0eac1 [file] [log] [blame]
<!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>