Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html

Issue 302643002: Remove zoom special casing of SVG when computing border-widths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove method on CSSToStyleMap rendered unnecessary Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698