upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / gradients / zero-range-repeating-gradient-hang.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <style type="text/css">
5     .box {
6       height: 100px;
7       width: 100px;
8       background: no-repeat -webkit-repeating-linear-gradient(red, blue, green 0);
9     }
10   </style>
11 </head>
12 <body>
13   <!-- This test should not hang. You should see a green square. -->
14   <div class="box"></div>
15 </body>
16 </html>