| Index: LayoutTests/fast/repaint/inline-block-overflow.html
|
| diff --git a/LayoutTests/fast/repaint/inline-block-overflow.html b/LayoutTests/fast/repaint/inline-block-overflow.html
|
| index 9748c8f62ae04e437a6248d78e2a6f1de7f2e6db..96411f0ea41e9274335698696da5ab7a5d586726 100644
|
| --- a/LayoutTests/fast/repaint/inline-block-overflow.html
|
| +++ b/LayoutTests/fast/repaint/inline-block-overflow.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>
|
|
|