Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / border-image-crash.html
blobfa98d70bd8932e1e11afdeaedacb8d8641411614
1 <html>
2 <head>
3 <title></title>
4 <script>
5 if (window.testRunner)
6 testRunner.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>