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

Unified 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, 1 month 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: third_party/WebKit/LayoutTests/svg/text/vertical-discrete-tspans.html
diff --git a/third_party/WebKit/LayoutTests/svg/text/vertical-discrete-tspans.html b/third_party/WebKit/LayoutTests/svg/text/vertical-discrete-tspans.html
new file mode 100644
index 0000000000000000000000000000000000000000..5dfbb6b54bf8fa65253843371eaaa0b97dc149d2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/text/vertical-discrete-tspans.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<svg width="750" height="550" style="background-color: blue">
+ <text writing-mode="tb">
+ <tspan x="100" y="50">0</tspan>
+ <tspan x="300" y="50">1</tspan>
+ <tspan x="500" y="50">2</tspan>
+ <tspan x="700" y="50">3</tspan>
+ <tspan x="900" y="50">4</tspan>
+ <tspan x="1100" y="50">5</tspan>
+ <tspan x="1300" y="50">6</tspan>
+ <tspan x="1500" y="50">7</tspan>
+ <tspan x="1700" y="50">8</tspan>
+ <tspan x="1900" y="50">9</tspan>
+ </text>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698