1
0
Fork 0
firefox/layout/reftests/backgrounds/fixed-bg-border-radius-ref.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

21 lines
391 B
HTML

<!DOCTYPE html>
<html>
<style>
body {
height: 100%;
width: 100%;
background: red url('../bugs/repeatable-diagonal-gradient.png') no-repeat;
margin: 0px;
overflow: hidden;
}
div {
height:200px;
width: 1020px;
background: url('../bugs/repeatable-diagonal-gradient.png') no-repeat;
border-radius: 25px;
}
</style>
<body>
<div >
</div>
</body></html>