chromium/third_party/blink/web_tests/css3/khtml-background-size-0x0-bmp.html

<html>
<head>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<style>
    body {
        background-image:url("support/0x0.bmp");
        -webkit-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>