Index: third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move.html b/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move.html |
index 29cbc4c5c46e29dfbaa35174a60b3f1f562fb44d..380a6a9de52f52f027fa526c6b3b53f02ba1d947 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move.html |
@@ -4,7 +4,7 @@ |
function repaintTest() { |
document.getElementById('block').style.left = '200px'; |
} |
-onload = runRepaintTest; |
+onload = runRepaintAndPixelTest; |
</script> |
Tests paint invalidation of focus ring of an inline when a block content of the inline moves. |
Passes if the focus ring encloses the moved green rectangle. |