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

Side by Side Diff: LayoutTests/svg/custom/zoomed-word-spacing-expected.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
OLDNEW
(Empty)
1 <!doctype html>
2 <body style="zoom:2">
3 <p>The word spacing should be identical:</p>
4 <div>
5 <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">o ne two three</text></svg><br>
6 <svg style="word-spacing: 10px" width="200" height="50"><text x="0" y="20">o ne two three</text></svg>
7 </div>
8 </body>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/zoomed-word-spacing.html ('k') | Source/core/css/resolver/StyleBuilderConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698