Index: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-and-transform-expected.txt |
diff --git a/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-and-transform-expected.txt b/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-and-transform-expected.txt |
deleted file mode 100644 |
index 07707865f3a416c0fc324e971bab6db5b4e102c8..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-and-transform-expected.txt |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-{ |
- "bounds": [785, 5021], |
- "children": [ |
- { |
- "bounds": [785, 5021], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "children": [ |
- { |
- "position": [100, 1100], |
- "bounds": [256, 256], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FF0000" |
- }, |
- { |
- "position": [0, 1000], |
- "bounds": [500, 500], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |