Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / border-image-widths-on-svg-with-zoom.html
blob7d87a9f5f74847c9b304767c86dfe9792240295b
1 <!doctype html>
2 <body style="zoom: 3">
3 <style>
4 span { display: inline-block; }
5 span, svg { width: 100px;
6 height: 100px;
7 border-style: solid;
8 border-image: radial-gradient(yellow, green) 35% / 30px }
9 </style>
10 <svg></svg>
11 <span></span>
12 </body>