Chromium Code Reviews| Index: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
| index 24160c75f73522e737f6b20a4aac93e3a4c3db6f..186889676a23274a8b71f213cf58e6e37069cff2 100644 |
| --- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-all.html |
| @@ -8,14 +8,9 @@ |
| <link rel="stylesheet" type="text/css" href="style.css"> |
| </head> |
| <body> |
| - <p>Test if each value (auto, alphabetic and under) works. Auto defaults to |
| - alphabetic, so they should look the same, that is, the horizontal line |
| - should cross the 'p' letter in the word 'ipsum'. Under should not cross the |
| - 'p' letter. Bugzilla link: http://webkit.org/b/102795.</p> |
|
Julien - ping for review
2013/11/04 16:06:43
Let's keep the bugzilla link as it still gives som
abinader
2013/11/04 16:38:02
Ack!
|
| - |
| + <p>Test if each value (auto and under) works. Auto means the horizontal line should cross the 'p' letter in the word 'ipsum'. Under should not cross the 'p' letter.</p> |
| <div class="auto">auto lorem ipsum</div> |
| - <div class="alphabetic">alphabetic lorem ipsum</div> |
| <div class="under">under lorem ipsum</div> |
| - <div class="auto">auto lorem ipsum <span class="under">under lorem ipsum</span> <span class="alphabetic">alphabetic lorem ipsum</span></div> |
| + <div class="auto">auto lorem ipsum <span class="under">under lorem ipsum</span></div> |
| </body> |
| </html> |