Chromium Code Reviews| Index: LayoutTests/fast/repaint/box-shadow-v.html |
| diff --git a/LayoutTests/fast/repaint/box-shadow-v.html b/LayoutTests/fast/repaint/box-shadow-v.html |
| index 66e86202cb8b4acbc8fc86c280217011305d5634..6b16f9454e2b17730a381608e9d3ed1dfb60779a 100644 |
| --- a/LayoutTests/fast/repaint/box-shadow-v.html |
| +++ b/LayoutTests/fast/repaint/box-shadow-v.html |
| @@ -3,8 +3,8 @@ |
| <head> |
| <title></title> |
| <script> |
| - if (window.testRunner) |
| - testRunner.testRepaint(); |
| + if (window.internals) |
| + window.internals.settings.setForceCompositingMode(true); |
| </script> |
| <style> |
| .square { margin: 10px; width: 40px; height: 40px; background-color: #ff7; } |