| Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-relpos.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-relpos.html b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-relpos.html
|
| index 7e8d1c91fcb7b9dcaece77ce858df793ca072f6b..3318c58cd8180c919bfabdb9522cae2088cbcd1f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-relpos.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-relpos.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() {
|
|
|