Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer-expected.txt |
deleted file mode 100644 |
index 5da2d9ceffd895400ddcf116608593edd118f350..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer-expected.txt |
+++ /dev/null |
@@ -1,48 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "Squashing Containment Layer", |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV class='composited box behind'", |
- "position": [100, 100], |
- "bounds": [100, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF" |
- }, |
- { |
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='box middle')", |
- "position": [180, 180], |
- "bounds": [262, 200], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutImage (positioned) IMG id='repaintdiv' class='repaintdiv'", |
- "rect": [80, 80, 182, 29], |
- "reason": "style change" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutImage (positioned) IMG id='repaintdiv' class='repaintdiv'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |