1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/backgrounds/gradient/linear-gradient-repeated-ref.html
T

19 lines
366 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Bug 1274624: Repeating linear gradient</title>
<style type="text/css">
div {
background: repeating-linear-gradient(to top, red, blue 100px);
background-position: 30px 30px;
width: 400px;
height: 400px;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>