Index: LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html |
diff --git a/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html b/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7d87a9f5f74847c9b304767c86dfe9792240295b |
--- /dev/null |
+++ b/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html |
@@ -0,0 +1,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> |