Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / pdf-as-background.html
blob4a63fb380af8bcb6e586ec83bb66888efe73e5f9
1 <html>
2 <body style='margin: 0px'>
3 <div style='background: red; background-repeat: no-repeat; background-image: url(resources/green_rectangle.pdf); height: 100px; width: 100px'>
4 &nbsp;
5 </div>
6 </body>
7 </html>