Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/css-gradients/repeated-final-stop-1-ref.html

19 lines
282 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
html {
background: white;
}
div {
background: -moz-linear-gradient(left, 0 white, 100% orange);
background: linear-gradient(left, 0 white, 100% orange);
height: 100px;
width: 50%;
}
</style>
</head>
<body>
<div></div>
</body>
</html>