| 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>
|
|
|