| Index: LayoutTests/fast/repaint/text-in-relative-positioned-inline.html
|
| diff --git a/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html b/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html
|
| index b29e4f22a3e732a872a5f561d0e677f7ab77ecaf..895813b99cf9798c75ceb02a786baa6b216547d3 100644
|
| --- a/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html
|
| +++ b/LayoutTests/fast/repaint/text-in-relative-positioned-inline.html
|
| @@ -8,7 +8,7 @@
|
| </script>
|
| </head>
|
| <body onload="runRepaintTest()">
|
| - <div style="margin-left: 100px; font: 100px ahem; -webkit-font-smoothing: none; height: 100px;">
|
| + <div style="margin-left: 100px; font: 100px Ahem; -webkit-font-smoothing: none; height: 100px;">
|
| <span id="target" style="position: relative; left: -100px; color: red;">ab</span>
|
| </div>
|
| <div style="width: 100px; height: 100px; background-color: green; margin-top: -100px;"></div>
|
|
|