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

Unified Diff: LayoutTests/fast/text/decoration-uniform-thickness.html

Issue 203273003: Underline Thickness is not uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing comments and adding new test case Created 6 years, 9 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: LayoutTests/fast/text/decoration-uniform-thickness.html
diff --git a/LayoutTests/fast/text/decoration-uniform-thickness.html b/LayoutTests/fast/text/decoration-uniform-thickness.html
new file mode 100644
index 0000000000000000000000000000000000000000..dab51f59b9b7586d4990a652fb59b2b412521d01
--- /dev/null
+++ b/LayoutTests/fast/text/decoration-uniform-thickness.html
@@ -0,0 +1,10 @@
+<html>
+ <meta charset="utf-8">
+<head>
+<head>
+ <h3>Test for chromium bug : <a href="http://code.google.com/p/chromium/issues/detail?id=353907">353907</a>.Test case for Underline Thickness is not uniform</h3>
+<body>
+ <p> <span style="color: red; font-size: 20px; text-decoration: underline">jumps</span><span style="color: blue; font-size: 30px; text-decoration: underline">jumps</span><span style="font-size: 40px">jumps</span><span style="color: #F0F; font-size: 10px; text-decoration: underline">jumps</span><span style="font-size: 20px; text-decoration: underline">jumps</span><span style="color: #D00; font-size: 30px; text-decoration: underline">jumps</span><span style="font-size: 20px">jumps</span><span style="font-size: 10px; text-decoration: overline">jumps</span><span style="font-size: 20px; text-decoration: line-through">jumps</span><span style="font-size: 30px; text-decoration: underline">jumps</span></p>
+ <p> <span style="font-size: 20px; text-decoration: underline">jumps</span><span style="font-size: 50px; text-decoration: underline">jumps</span><span style="font-size: 40px">jumps</span></p>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698