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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/text/vertical-discrete-tspans.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 <text writing-mode="tb">
4 <tspan x="100" y="50">0</tspan>
5 <tspan x="300" y="50">1</tspan>
6 <tspan x="500" y="50">2</tspan>
7 <tspan x="700" y="50">3</tspan>
8 <tspan x="900" y="50">4</tspan>
9 <tspan x="1100" y="50">5</tspan>
10 <tspan x="1300" y="50">6</tspan>
11 <tspan x="1500" y="50">7</tspan>
12 <tspan x="1700" y="50">8</tspan>
13 <tspan x="1900" y="50">9</tspan>
14 </text>
15 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698