| Index: third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| index 718f7f2bde24b38bae5d7f27b548dc804ef60251..cb19e4410fe769b1b322e22c59719bdfdc04ac42 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invalidation-after-opacity-change-subtree.html
|
| @@ -24,5 +24,5 @@ function repaintTest() {
|
| window.scrollTo(0, 2000);
|
| container.style.opacity = "1";
|
| };
|
| -runRepaintTest();
|
| +runRepaintAndPixelTest();
|
| </script>
|
|
|