1
0
Fork 0
firefox/testing/web-platform/tests/css/css-backgrounds/background-image-with-border-radius-fidelity.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
447 B
HTML

<!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>