Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-ring-on-child-move-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-ring-on-child-move-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-ring-on-child-move-expected.txt |
deleted file mode 100644 |
index 833a890ac7c9d4bc77439a248b225109b0e10a8e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/focus-ring-on-child-move-expected.txt |
+++ /dev/null |
@@ -1,40 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [96, 46, 308, 308], |
- "reason": "outline" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='child'", |
- "rect": [300, 50, 20, 300], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='child'", |
- "rect": [150, 50, 20, 300], |
- "reason": "bounds change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "outline" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='child'", |
- "reason": "bounds change" |
- } |
- ] |
-} |
- |