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

<html>
<head>
<style>
body
{ 
    background-image: url('resources/bikes.bmp');
    background-position: 33% 33%;
    -webkit-background-size: 50% auto;
    background-repeat:no-repeat;
}
</style>
</head>

<body>
</body>

</html>