| Index: LayoutTests/fast/repaint/text-shadow.html
|
| diff --git a/LayoutTests/fast/repaint/text-shadow.html b/LayoutTests/fast/repaint/text-shadow.html
|
| index 21c3189ce6baa3749440dfbb9a430c0af6587a07..d42056cdb1046eb63fbf4255075fc879880f6b05 100644
|
| --- a/LayoutTests/fast/repaint/text-shadow.html
|
| +++ b/LayoutTests/fast/repaint/text-shadow.html
|
| @@ -1,8 +1,8 @@
|
| <html>
|
| <head>
|
| <script type="text/javascript">
|
| -if (window.testRunner) {
|
| - testRunner.testRepaint();
|
| +if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| }
|
| </script>
|
| <style>
|
|
|