Mypal/layout/reftests/bugs/538909-1-ref.html

19 lines
326 B
HTML

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