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

Side by Side Diff: LayoutTests/svg/custom/zoomed-letter-spacing.html

Issue 323053002: Unapply effectiveZoom during SVG layout (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add tests 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/zoomed-letter-spacing-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <body style="zoom:2">
3 <p>The letter spacing should be identical:</p>
4 <div style="letter-spacing: 10px">
5 <svg width="100" height="50"><text x="0" y="20">123</text></svg><br>
6 <svg style="letter-spacing: 10px" width="100" height="50"><text x="0" y="20" >123</text></svg>
7 </div>
8 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/zoomed-letter-spacing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698