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