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

Side by Side 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, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <body style="zoom: 3">
3 <style>
4 span { display: inline-block;
5 width: 100px;
6 height: 100px;
7 border-style: solid;
8 border-image: radial-gradient(yellow, green) 35% / 30px }
9 </style>
10 <span></span>
11 <span></span>
12 </body>
OLDNEW
« 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