Index: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt |
deleted file mode 100644 |
index 35bb92efb82e8ae9492596f5f3b28fab2d8ace5c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-and-clipped-expected.txt |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "bounds": [100, 100], |
- "drawsContent": true, |
- "transform": [ |
- [1, 0, 0, 0], |
- [0, 1, 0, 0], |
- [0, 0, 1, 0], |
- [110, 0, 0, 1] |
- ], |
- "children": [ |
- { |
- "bounds": [100, 100], |
- "children": [ |
- { |
- "children": [ |
- { |
- "bounds": [100, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FF0000" |
- }, |
- { |
- "bounds": [100, 100], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |