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

Unified Diff: LayoutTests/svg/custom/zoomed-word-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
Index: LayoutTests/svg/custom/zoomed-word-spacing.html
diff --git a/LayoutTests/svg/custom/zoomed-word-spacing.html b/LayoutTests/svg/custom/zoomed-word-spacing.html
new file mode 100644
index 0000000000000000000000000000000000000000..0c3d64dcc0e1bc39d808c1044a738b7a407a3cc8
--- /dev/null
+++ b/LayoutTests/svg/custom/zoomed-word-spacing.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<body style="zoom:2">
+ <p>The word spacing should be identical:</p>
+ <div style="word-spacing: 10px">
+ <svg width="200" height="50"><text x="0" y="20">one two three</text></svg><br>
+ <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">one two three</text></svg>
+ </div>
+</body>
« no previous file with comments | « LayoutTests/svg/custom/zoomed-letter-spacing-expected.html ('k') | LayoutTests/svg/custom/zoomed-word-spacing-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698