Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-expected.txt |
deleted file mode 100644 |
index 611731dd0b8bd4038dcf7d08154389d8b5577c2d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-layoutstate-transform-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 DIV class='layoutroot'", |
- "rect": [28, 48, 200, 200], |
- "reason": "background obscuration change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [128, 48, 100, 200], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [78, 48, 50, 100], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV class='layoutroot'", |
- "reason": "background obscuration change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |