blob: 2a87bb5397bd66e0499f9b363cbeee04210894f2 [file] [log] [blame]
<!DOCTYPE html>
<style>
.bordered {
margin: auto;
margin-top: -40px;
width: 260px;
height: 260px;
background-color: red;
background-image: linear-gradient(green, green);
border: 40px solid green;
}
</style>
<div id="spacer" style="height: 100px; width: 100px;"></div>
<!-- Test should show no red background color around the gradient. -->
<div class="bordered"></div>