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