chromium/third_party/blink/web_tests/fast/backgrounds/size/backgroundSize05.html

<head>
<style>
    body {
        background-image:url(resources/bikes.bmp); 
        -webkit-background-size: 100px auto;
    }
</style>
</head>

<body>
</body>