blob: a4573a11a16798f8ce9ae137c8106e12a026c7ed [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/window-resize-repaint.js"></script>
<style>
#target {
width: 1000px;
height: 1000px;
background-image: url(../resources/apple.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}
</style>
<div id="target"></div>