Index: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
deleted file mode 100644 |
index 9070975173d13b9c7e7dd5f273c4bd3a0d1db741..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
+++ /dev/null |
@@ -1,67 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
- "position": [38, 38], |
- "bounds": [90, 90], |
- "drawsContent": true, |
- "backfaceVisibility": "hidden", |
- "backgroundColor": "#008000", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
- "rect": [0, 0, 70, 70], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
- "rect": [-30, -30, 50, 100], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='child'", |
- "rect": [-30, -30, 50, 50], |
- "reason": "subtree" |
- } |
- ], |
- "children": [ |
- { |
- "name": "Child Containment Layer", |
- "bounds": [90, 90], |
- "children": [ |
- { |
- "name": "LayoutBlockFlow DIV class='composited child'", |
- "position": [-30, 20], |
- "bounds": [50, 50], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backfaceVisibility": "hidden", |
- "backgroundColor": "#008000" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='child'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |