Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / svg-image-par-none-viewbox-percentage-size.html
1 <!DOCTYPE html>
2 <svg width="100" height="200" style="background-color: red">
3   <image width="100" height="200" preserveAspectRatio="none"
4          xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='50%' height='50%' viewBox='0 0 100 100'><rect width='100' height='100' fill='green'/></svg>"/>
5 </svg>