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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-vertical.html

Issue 2602793004: Fix positioning of "text-underline-position:under" for multi-elements (Closed)
Patch Set: drott nit Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-vertical.html
diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-vertical.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-vertical.html
new file mode 100644
index 0000000000000000000000000000000000000000..0e6f39e4ba4a8727d1b54c7cf9a59a964616e453
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-vertical.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<style>
+p{
+ text-decoration: underline;
+ text-underline-position: under;
+ float:left;
+ margin:10px;
+ background-color: #ddd;
+ line-height:3.0;
+}
+.rl{
+ writing-mode:vertical-rl;
+}
+.lr{
+ writing-mode:vertical-lr;
+}
+</style>
+<body>
+<p class="rl">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/>
+,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p>
+
+<p class="lr">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/>
+,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p>
+
+</body>

Powered by Google App Engine
This is Rietveld 408576698