| Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text.html b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text.html
|
| index 1c007d7844617d5c2699a885832b6c6de0938a05..ee91e369562f7dcdaab406c55313d1894ee9cfe8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text.html
|
| @@ -2,7 +2,7 @@
|
| <script src="resources/text-based-repaint.js"></script>
|
| <script>
|
| if (window.internals)
|
| - onload = runRepaintTest;
|
| + onload = runRepaintAndPixelTest;
|
| else
|
| onclick = repaintTest;
|
| function repaintTest() {
|
|
|