Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/538909-1.html

17 lines
292 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div {
border: 80px solid transparent;
width: 100px;
height: 100px;
background-image: -moz-linear-gradient(left top, yellow, blue);
background-image: linear-gradient(left top, yellow, blue);
}
</style>
</head>
<body>
<div></div>
</body>
</html>