Index: LayoutTests/platform/linux/virtual/softwarecompositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt |
diff --git a/LayoutTests/platform/linux/virtual/softwarecompositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt b/LayoutTests/platform/linux/virtual/softwarecompositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt |
deleted file mode 100644 |
index 38f6e9cf7b237f0a07c236ad22af73019ec9500e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/linux/virtual/softwarecompositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
- |
- |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [10, 10], |
- "transformOrigin": [-10, -10], |
- "bounds": [590, 210], |
- "drawsContent": true |
- }, |
- { |
- "position": [10, 260], |
- "transformOrigin": [-10, -10], |
- "bounds": [590, 210], |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [490, 110], |
- "bounds": [100, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |