OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <meta charset="utf-8"> | |
3 <head> | |
4 <head> | |
5 <h3>Test for chromium bug : <a href="http://code.google.com/p/chromium/i ssues/detail?id=353907">353907</a>.Test case for Underline Thickness is not unif orm</h3> | |
6 <body> | |
7 <p> <span style="color: red; font-size: 20px; text-decoration: underline ">jumps</span><span style="color: blue; font-size: 70px; text-decoration: underl ine">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; fo nt-size: 30px; text-decoration: underline">jumps</span><span style="font-size: 2 0px">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> | |
8 <p> <span style="font-size: 20px; text-decoration: underline">jumps</spa n><span style="font-size: 50px; text-decoration: underline">jumps</span><span st yle="font-size: 40px">jumps</span></p> | |
9 </body> | |
10 </html> | |
OLD | NEW |