<!DOCTYPE html>
<style>
html {
    background: url('../../compositing/repaint/resources/grid.png');
    position: absolute;
    left: 12px;
    top: 34px;

    background-attachment: fixed;    
}
</style>
Root background with fixed attachment shouldn't be affected by layout of the root box.