Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / object-data-href-expected.html
blob6a9b3ffcbea079ab33eef0f8a1765e3514ae3277
1 <!DOCTYPE html>
2 <html>
3 <body style="margin: 0px; padding: 0px;">
4 <object data="data:image/svg+xml,
5 <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
6 <rect id='rect' width='100' height='100' fill='green'/>
7 </svg>
8 "></object>
9 </body>
10 </html>