| Index: third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout.html b/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout.html
|
| index a83b8a6e772766263d8fa77f63c4d28a1d7c98c4..2b64aa316e9faea82ddd7ed90900613c9bbf990a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/remove-block-after-layout.html
|
| @@ -7,7 +7,7 @@ function repaintTest() {
|
| target.offsetLeft;
|
| target.parentNode.removeChild(target);
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
| </script>
|
| <div style="height: 100px">
|
| Tests invalidation after layouting and then removing a div. The div should disappear without any residue.
|
|
|