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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/custom/zoomed-letter-spacing-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/zoomed-letter-spacing.html
diff --git a/LayoutTests/svg/custom/zoomed-letter-spacing.html b/LayoutTests/svg/custom/zoomed-letter-spacing.html
new file mode 100644
index 0000000000000000000000000000000000000000..b4bca026975b9d2bce31f00fb2f54f55326deef1
--- /dev/null
+++ b/LayoutTests/svg/custom/zoomed-letter-spacing.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<body style="zoom:2">
+ <p>The letter spacing should be identical:</p>
+ <div style="letter-spacing: 10px">
+ <svg width="100" height="50"><text x="0" y="20">123</text></svg><br>
+ <svg style="letter-spacing: 10px" width="100" height="50"><text x="0" y="20">123</text></svg>
+ </div>
+</body>
« 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