Index: third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/outline-clip-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/outline-clip-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/outline-clip-change-expected.txt |
deleted file mode 100644 |
index d98c32ec17973555d7aa166a75c5250289c4674d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/outline-clip-change-expected.txt |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", |
- "rect": [48, 108, 86, 25], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [48, 108, 81, 19], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "subtree" |
- }, |
- { |
- "object": "InlineTextBox 'Lorem Ipsum'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |