Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
deleted file mode 100644 |
index 74ee373808c35eddea64bc1bdb7b30beb40d3b75..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-clipping-expected.txt |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [50, 50], |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "bounds": [500, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#008000" |
- } |
- ] |
- }, |
- { |
- "children": [ |
- { |
- "position": [50, 200], |
- "bounds": [500, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#008000" |
- }, |
- { |
- "position": [450, 200], |
- "bounds": [100, 100], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |