chromium/chrome/test/data/lazyload/css-pseudo-background-image.html

<!DOCTYPE html>
<html>
<style>
body::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("images/fruit1.jpg");
}
</style>
<body>
</body>
</html>