| Index: third_party/WebKit/LayoutTests/fast/repaint/push-block-with-first-line.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/push-block-with-first-line.html b/third_party/WebKit/LayoutTests/fast/repaint/push-block-with-first-line.html
|
| index f0a5848ea159b54d709a9120adebce62a7ae1fcd..2238ddaf32d4b4c7324e5bee6377b4e383476035 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/push-block-with-first-line.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/push-block-with-first-line.html
|
| @@ -18,6 +18,6 @@ repaintTest = function() {
|
| document.getElementById("spacer").style.display = "block";
|
| }
|
| runAfterLayoutAndPaint(function() {
|
| - runRepaintTest();
|
| + runRepaintAndPixelTest();
|
| });
|
| </script>
|
|
|