Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / contentDiv.html
blobbdcd408043b75567961b6410274593f1ca2d5756
1 <html>
2 <head>
3 <style>
4 div {
5 content:url(resources/show-shoes-vs-pie.png);
7 </style>
8 </head>
10 <body>
12 <div></div>
14 </body>
15 </html>