Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / svg-image-par-none-zero-intrinsic-size.html
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>