| Index: LayoutTests/fast/repaint/box-shadow-h.html
|
| diff --git a/LayoutTests/fast/repaint/box-shadow-h.html b/LayoutTests/fast/repaint/box-shadow-h.html
|
| index 2909179329d0a901d629e2047ca742bf70084c9a..3309c2b5e45eb502315a6d0405c2b27409edb309 100644
|
| --- a/LayoutTests/fast/repaint/box-shadow-h.html
|
| +++ b/LayoutTests/fast/repaint/box-shadow-h.html
|
| @@ -3,9 +3,8 @@
|
| <head>
|
| <title></title>
|
| <script>
|
| - if (window.testRunner) {
|
| - testRunner.testRepaint();
|
| - testRunner.repaintSweepHorizontally();
|
| + if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| }
|
| </script>
|
| <style>
|
|
|