summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html
blob: 7d87a9f5f74847c9b304767c86dfe9792240295b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<body style="zoom: 3">
  <style>
    span { display: inline-block; }
    span, svg { width: 100px;
                height: 100px;
                border-style: solid;
                border-image: radial-gradient(yellow, green) 35% / 30px }
  </style>
  <svg></svg>
  <span></span>
</body>