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

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

<body>
</body>