| Index: third_party/WebKit/LayoutTests/fast/repaint/background-currentColor-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-currentColor-repaint.html b/third_party/WebKit/LayoutTests/fast/repaint/background-currentColor-repaint.html
|
| index d4d398a957e7ed7d6ffea7b84f98c95e2077bd8d..85757eef078a181e6223f372fd4e203900951373 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/background-currentColor-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/background-currentColor-repaint.html
|
| @@ -28,6 +28,6 @@ function repaintTest()
|
| div2.style.color = 'blue';
|
| }
|
|
|
| -window.onload = runRepaintTest;
|
| +window.onload = runRepaintAndPixelTest;
|
|
|
| </script>
|
|
|