Index: third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt |
deleted file mode 100644 |
index b4415d8858333c7fb00b8345891b7d4c0525a46f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt |
+++ /dev/null |
@@ -1,67 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [785, 616], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [785, 616], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'", |
- "position": [108, 108], |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "name": "Child Containment Layer", |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "name": "LayoutBlockFlow DIV class='clipped-composited-child'", |
- "position": [-100, -100], |
- "bounds": [252, 252], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FFFF00" |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'", |
- "position": [108, 408], |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "name": "Child Containment Layer", |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "name": "LayoutBlockFlow DIV class='clipped-composited-child'", |
- "position": [-100, -100], |
- "bounds": [252, 252], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FFFF00" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='clipping-container'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |