| <!DOCTYPE html> | |
| <style> | |
| html { | |
| background: url('../../compositing/repaint/resources/grid.png'); | |
| } | |
| span { | |
| position: relative; | |
| left: 12px; | |
| top: 34px; | |
| } | |
| </style> | |
| <span>Root background with fixed attachment shouldn't be affected by layout of the root box.</span> |