Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/backgrounds/fixed-bg-border-radius.html

22 lines
379 B
HTML
Raw Normal View History

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