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

Unified Diff: LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.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
Index: LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html
diff --git a/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html b/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b405c71797c18b2037f800b7fc3a9151d7a4ac61
--- /dev/null
+++ b/LayoutTests/fast/css/border-image-widths-on-svg-with-zoom-expected.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<body style="zoom: 3">
+ <style>
+ span { display: inline-block;
+ width: 100px;
+ height: 100px;
+ border-style: solid;
+ border-image: radial-gradient(yellow, green) 35% / 30px }
+ </style>
+ <span></span>
+ <span></span>
+</body>
« no previous file with comments | « LayoutTests/fast/css/border-image-widths-on-svg-with-zoom.html ('k') | Source/core/css/resolver/CSSToStyleMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698