blob: 3486d3c8e51a19e2e245c11fb83f3b61c730fca0 [file] [log] [blame]
<!DOCTYPE html>
<style type="text/css">
.box {
height: 100px;
width: 100px;
background: no-repeat repeating-linear-gradient(red, blue, green 0);
}
</style>
<!-- This test should not hang. You should see a green square. -->
<div class="box"></div>