tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / border-image-crash.html
1 <html>
2 <head>
3     <title></title>
4     <script>
5         if (window.layoutTestController)
6             layoutTestController.dumpAsText();
7     </script>
8 </head>
9 <body>
10     <p>
11         Test for crash discovered with -webkit-border-image.  If this text appears, the test passed.
12     </p>
13     <p>
14         <div style="-webkit-border-image: url(resources/greenbox.png) 0 7 0 13 / 0 7 0 13 stretch stretch; width:100; height:100;"></div></p>
15 </body>
16 </html>