upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / gradients / css3-radial-gradient-crash.html
1 <head>
2 <script>
3 if (window.layoutTestController)
4   window.layoutTestController.dumpAsText();
5 </script>
6 </head>
7 <body>
8 <p>This test should not crash.</p>
9 <div style="height: 10px; width: 10px; background-image: -webkit-radial-gradient(top)"></div>
10 </body>
11