| Index: LayoutTests/fast/css/first-letter-set-text.html
|
| diff --git a/LayoutTests/fast/css/first-letter-set-text.html b/LayoutTests/fast/css/first-letter-set-text.html
|
| index dac1d423aef4935d6c0ae2b08d31851dba80c0e9..de571c1002cc59f075676c6705f2ee35c2cc8cc0 100644
|
| --- a/LayoutTests/fast/css/first-letter-set-text.html
|
| +++ b/LayoutTests/fast/css/first-letter-set-text.html
|
| @@ -1,5 +1,5 @@
|
| <style>
|
| - #target { font-family: ahem; font-size: 50px; background-color: green; height: 50px; width: 50px; }
|
| + #target { font-family: Ahem; font-size: 50px; background-color: green; height: 50px; width: 50px; }
|
| #target:first-letter { color: red; }
|
| </style>
|
| <div id="target">Lorem</div>
|
|
|