Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / pattern-empty-bbox-1.html
1 <!DOCTYPE html>
2 <svg width="100" height="100">
3   <pattern id="p" patternUnits="userSpaceOnUse" width="100" height="100">
4     <rect width="100" height="100" fill="green"/>
5   </pattern>
6   <line y1="50" x2="100" y2="50" stroke-width="100" stroke="url(#p) red"/>
7 </svg>