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

<head>
<style>
    body {
        background: url(resources/bikes.bmp);
        -webkit-background-size: 50% auto;
        background-position: 100% 99%;
        background-attachment: fixed;
        background-repeat: no-repeat; 
    }
</style>
</head>

<body>
</body>