Git init
[framework/web/webkit-efl.git] / LayoutTests / css3 / khtml-background-size-0x0-bmp.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController)
5         layoutTestController.dumpAsText();
6 </script>
7 <style>
8     body {
9         background-image:url("support/0x0.bmp");
10         -webkit-background-size: 100 auto;
11     }
12 </style>
13 </head>
14 <body>
15 <p>
16 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=19964">Bug https://bugs.webkit.org/show_bug.cgi?id=19964</a></i>
17 </p>
18 <p>
19 This test checks that using a 0x0 bmp file as a background image with the css background size height property set to auto does not result in a divide by zero.  This test passes if it does not cause a crash.
20 </p>
21 </body></html>