Chromium Code Reviews| Index: LayoutTests/fast/css/first-letter-punctuation.html |
| diff --git a/LayoutTests/fast/css/first-letter-punctuation.html b/LayoutTests/fast/css/first-letter-punctuation.html |
| index 753f5be1a1af1f57aa9b22f4bef9352a09e5a949..ef7a861a72e3629816991528b74a5cd7ce046efb 100644 |
| --- a/LayoutTests/fast/css/first-letter-punctuation.html |
| +++ b/LayoutTests/fast/css/first-letter-punctuation.html |
| @@ -5,7 +5,7 @@ |
| div:first-letter |
| { |
| color: green; |
| - font-size: 36px; |
| + font-size: 26px; |
|
mario.prada
2014/03/27 14:12:39
I reduced the font size here to make sure the whol
|
| } |
| </style> |
| </head> |
| @@ -16,8 +16,14 @@ |
| <div> Test </div> |
| <div>(T)est</div> |
| + <div>(Test)</div> |
| <div> (T)est</div> |
| + <div> (Test)</div> |
| + |
| <div>“T”est</div> |
| + <div>“Test”</div> |
| + <div><q>T</q>est</div> |
| + <div><q>Test</q></div> |
|
mario.prada
2014/03/27 14:12:39
I added some more cases in this test too to make s
|
| <div>&Test</div> |
| <div> &Test</div> |