| Index: third_party/WebKit/LayoutTests/fast/repaint/remove-inline-after-layout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-after-layout.html b/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-after-layout.html
|
| index 10b6e712cc8a1387b50565c6cb778a032c48b9db..4bacc8599b4e323b48a8704a7fbc8c830ebbdf80 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-after-layout.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-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 span. The span should disappear without any residue.
|
|
|