Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / background-position-repeat-rendering-expected.html
blobaeca1c1326c508c4a6a366c1927114781ea07f0d
1 <!doctype html>
2 <title>Test non-top-left background-position anchors together with repeating backgrounds</title>
3 <style>
4 body { margin: 0 }
5 div {
6 width: 100px;
7 height: 300px;
8 background-color: lime;
10 </style>
11 <div></div>