| Index: LayoutTests/fast/css/first-letter-property-whitelist.html
|
| diff --git a/LayoutTests/fast/css/first-letter-property-whitelist.html b/LayoutTests/fast/css/first-letter-property-whitelist.html
|
| index 4ec51b45faed45537fa40a70662d02d0a243ab5e..7d2cf2d121ca70b37fbc7a3d8c73e1bcef2bee37 100644
|
| --- a/LayoutTests/fast/css/first-letter-property-whitelist.html
|
| +++ b/LayoutTests/fast/css/first-letter-property-whitelist.html
|
| @@ -34,7 +34,7 @@ async_test(function(testHandle) {
|
| boxShadow: 'rgb(10, 20, 30) 10px 20px 30px 40px inset',
|
| color: 'rgba(10, 20, 30, 0.4)',
|
| float: 'right',
|
| - font: 'italic small-caps 900 10px/20px sans-serif',
|
| + font: 'italic small-caps 900 normal 10px/20px sans-serif',
|
| fontKerning: 'none',
|
| letterSpacing: '12px',
|
| margin: '10px 20px 30px 40px',
|
|
|