blob: aa1d057aaf7d80de707494deff5f8d1651b7af81 [file] [log] [blame]
<html>
<head>
<title>Long horizontal gradient with left border.</title>
<!-- This is a regression test for crbug.com/241486 -->
<style>
div {
border-left: 1px solid black;
width: 33000px;
height: 100px;
background-image: -webkit-linear-gradient(left, green 0%, green 100%);
background-image: -moz-linear-gradient(left, green 0%, green 100%);
}
</style>
</head>
<body>
<div></div>
</body>
</html>