Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / root-background-fixed-attachment-positioning.html
blob086695d7ba3ab856257eebf695468ebcb0597460
1 <!DOCTYPE html>
2 <style>
3 html {
4 background: url('../../compositing/repaint/resources/grid.png');
5 position: absolute;
6 left: 12px;
7 top: 34px;
9 background-attachment: fixed;
11 </style>
12 Root background with fixed attachment shouldn't be affected by layout of the root box.