| Index: LayoutTests/fast/repaint/text-emphasis-h.html
|
| diff --git a/LayoutTests/fast/repaint/text-emphasis-h.html b/LayoutTests/fast/repaint/text-emphasis-h.html
|
| index f95815a32452622a0f8d32db873b385ed66a17ce..f7f1d565c8d95038ceee0ef26f19e940a5a15530 100644
|
| --- a/LayoutTests/fast/repaint/text-emphasis-h.html
|
| +++ b/LayoutTests/fast/repaint/text-emphasis-h.html
|
| @@ -1,11 +1,11 @@
|
| <body style="-webkit-font-smoothing: none; position: relative;">
|
| -<div style="color: red; font: 16px ahem; padding-top: 8px;">
|
| +<div style="color: red; font: 16px Ahem; padding-top: 8px;">
|
| 222222222222<br><br>
|
| 222222222222<br><br>
|
| 222222222222<br><br>
|
| 222222222222
|
| </div>
|
| -<div style="-webkit-writing-mode: vertical-lr; font: 32px ahem; color: green; position: absolute; top: 0; left: 0;">
|
| +<div style="-webkit-writing-mode: vertical-lr; font: 32px Ahem; color: green; position: absolute; top: 0; left: 0;">
|
| <div style="-webkit-text-emphasis: 'm';">
|
| 1111
|
| </div>
|
|
|