Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / khtml-background-size-0x0-bmp.html
blob9ee818dccb339158549b04d84b2cc3cb40f92179
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <style>
8 body {
9 background-image:url("support/0x0.bmp");
10 -webkit-background-size: 100 auto;
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>