Index: LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt b/LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt |
deleted file mode 100644 |
index b7397a5a97f641507c1b195d80fed0d028888b3f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "repaintRects": [ |
- [50, 50, 100, 100], |
- [50, 10, 100, 100] |
- ], |
- "children": [ |
- { |
- "position": [50, 10], |
- "bounds": [100, 100], |
- "contentsOpaque": true, |
- "backgroundColor": "#00FF00", |
- "children": [ |
- { |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "bounds": [50, 50], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#00FFFF" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |