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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/vertical-discrete-tspans-expected.html

Issue 2524113002: Fix SVG vertical text layout issues (Closed)
Patch Set: - Created 4 years 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 <svg width="750" height="550" style="background-color: blue">
3 <g writing-mode="tb">
4 <text x="100" y="50">0</text>
5 <text x="300" y="50">1</text>
6 <text x="500" y="50">2</text>
7 <text x="700" y="50">3</text>
8 </g>
9 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698