| Index: LayoutTests/fast/repaint/inline-overflow.html
|
| diff --git a/LayoutTests/fast/repaint/inline-overflow.html b/LayoutTests/fast/repaint/inline-overflow.html
|
| index 83bf91236b2e85bbc875dc516c35c6e3462a7560..88dfad91f6f5ed3a3844ccef07fddeb47177a014 100644
|
| --- a/LayoutTests/fast/repaint/inline-overflow.html
|
| +++ b/LayoutTests/fast/repaint/inline-overflow.html
|
| @@ -5,6 +5,7 @@
|
| document.getElementById("target").style.webkitTextStrokeColor = "green";
|
| }
|
| </script>
|
| +<script src="../../resources/ahem.js"></script>
|
| <body onload="runRepaintTest()" style="padding: 50px;">
|
| <span id="target" style="font-family: Ahem; font-size: 50px; -webkit-text-stroke: 50px red;">A B</span>
|
| </body>
|
|
|