| Index: LayoutTests/fast/repaint/layer-outline.html
|
| diff --git a/LayoutTests/fast/repaint/layer-outline.html b/LayoutTests/fast/repaint/layer-outline.html
|
| index 3eab385d4ec924c8b9eb159e79c5d075a8e33f9c..3958af37118502344a2744c0338d32e4dd900eb7 100644
|
| --- a/LayoutTests/fast/repaint/layer-outline.html
|
| +++ b/LayoutTests/fast/repaint/layer-outline.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 type="text/css">
|
|
|