blob: a63c04928a7d9c181b881e776bf8bc333eb95b63 [file] [log] [blame]
<head>
<style>
.thin {
border-bottom: 1px solid;
background: -webkit-gradient(linear, 0% 100%, 0% 100%, from(red), to(blue))
}
</style>
<script>
if (window.layoutTestController)
window.layoutTestController.dumpAsText();
</script>
</head>
<body>
<h1>Linear gradient with 1px border-bottom. Should not crash</h1>
<div class="thin"></div>