Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change.html |
| index 5cd5a74409897994a77635e3119038a50b17cc02..c4c427d4f6ec2d9f2874e5a10e609c833edc0319 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change.html |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change.html |
| @@ -4,7 +4,7 @@ |
| function repaintTest() { |
| document.getElementById('container').style.alignItems = 'end safe'; |
| } |
| -onload = runRepaintTest; |
| +onload = runRepaintAndPixelTest; |
| </script> |
| <style> |
| body { |