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