Index: third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-child-move.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-child-move.html b/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-child-move.html |
deleted file mode 100644 |
index ab23628f740735fd0b0851515c19174d953bf408..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-child-move.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="resources/text-based-repaint.js"></script> |
-<script> |
-function repaintTest() { |
- document.getElementById('child').style.left = '200px'; |
-} |
-onload = runRepaintAndPixelTest; |
-</script> |
-Tests paint invalidation of focus ring when child moves. Passes if the focus ring is updated to contain the yellow areas. |
-<div style="outline: auto; position: absolute; top: 100px; left: 100px; width: 300px; height: 20px; background-color: yellow"> |
- <div id="child" style="position: absolute; top: -50px; left: 50px; width: 20px; height: 300px; background-color: yellow"></div> |
-</div> |