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

<head>
<style>
    body {
        background-image:url(resources/bikes.bmp); 
        -webkit-background-size: 33%;
        background-repeat: repeat-x;
    }
</style>
</head>

<body>
</body>