Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-image-initial-size.html
blob206784fa8ac19048e90188653e3e204628925857
1 <!DOCTYPE html>
2 <html>
3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=99489 -->
4 <body style="margin: 0px; padding: 0px;">
5 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="600">
6 <g transform="scale(5)">
7 <image id="img" width="100px" height="100px" xlink:href="data:image/svg+xml,
8 <svg xmlns='http://www.w3.org/2000/svg'>
9 <rect width='100' height='100' fill='green'/>
10 </svg>
11 "/>
12 </g>
13 </svg>
14 </body>
15 </html>