Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/scroll-with-transformed-parent-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/scroll-with-transformed-parent-layer-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/scroll-with-transformed-parent-layer-expected.txt |
deleted file mode 100644 |
index 4c97c25f54d6371383e79d9f811edf9407283547..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/scroll-with-transformed-parent-layer-expected.txt |
+++ /dev/null |
@@ -1,47 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 2016], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", |
- "rect": [79, 129, 142, 142], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
- "rect": [79, 129, 142, 142], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'", |
- "rect": [79, 129, 142, 142], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
- "rect": [114, 129, 107, 36], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |