Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
deleted file mode 100644 |
index 097311f8e9ee21308e24eaec79c6892e3de29f10..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-change-invalidation-expected.txt |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow A id='link'", |
- "rect": [43, 83, 754, 30], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "rect": [30, 88, 7, 19], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow A id='link'", |
- "reason": "style change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutListMarker (anonymous)", |
- "reason": "style change" |
- } |
- ] |
-} |
- |