blob: 2916b03e984d6e1c4d9412e92cd6cdf652e0d1a1 [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<style>
body {
background-image:url("support/0x0.bmp");
-khtml-background-size: 100 auto;
}
</style>
</head>
<body>
<p>
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>
</p>
<p>
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.
</p>
</body></html>