Chromium Code Reviews| Index: LayoutTests/fast/repaint/table-cell-vertical-overflow.html |
| diff --git a/LayoutTests/fast/repaint/table-cell-vertical-overflow.html b/LayoutTests/fast/repaint/table-cell-vertical-overflow.html |
| index 3ae3ddd366556deacbc1698efc20d8aad31e821c..958075bbc50500e2e8c9e569c1541a8028e7dc2a 100644 |
| --- a/LayoutTests/fast/repaint/table-cell-vertical-overflow.html |
| +++ b/LayoutTests/fast/repaint/table-cell-vertical-overflow.html |
| @@ -1,8 +1,8 @@ |
| <head> |
| <title></title> |
| <script> |
| - if (window.testRunner) |
| - testRunner.testRepaint(); |
| + if (window.internals) |
| + window.internals.settings.setForceCompositingMode(true); |
| </script> |
| <style> |
| td { border: 4px dotted black; } |