| Index: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html
|
| index cf520946ee4990f1b3aae74ab781e473de673cf9..a99f4c9e123e5ba3d12efdb4a50664daa87519a2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html
|
| @@ -18,7 +18,7 @@ function repaintTest()
|
| {
|
| iframe.style.display = "none";
|
| }
|
| -window.addEventListener("load", runRepaintTest, false);
|
| +window.addEventListener("load", runRepaintAndPixelTest, false);
|
| </script>
|
| <body>
|
| <p><a href="https://code.google.com/p/chromium/issues/detail?id=353933">issue 353933</a>: Pages missing invalidations<br>
|
|
|