tenfourfox/layout/reftests/bugs/538909-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 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>