Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-image-par-none-zero-intrinsic-size.html
blob4322bd4cfa3acc305fd86ba450ac905ecc1d3f16
1 <!DOCTYPE html>
2 <svg width="100" height="100" style="background-color: green">
3 <image width="100" height="100" preserveAspectRatio="none"
4 xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='0'><rect width='100' height='100' fill='red'/></svg>"/>
5 </svg>