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