Index: LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt |
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt b/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt |
deleted file mode 100644 |
index 02442820c08f01ff9ef91b082dc89b50d53fea19..0000000000000000000000000000000000000000 |
--- a/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow-expected.txt |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [8, 13], |
- "bounds": [800, 600], |
- "drawsContent": true, |
- "children": [ |
- { |
- "bounds": [785, 600], |
- "children": [ |
- { |
- "bounds": [785, 1000], |
- "drawsContent": true, |
- "children": [ |
- { |
- "children": [ |
- { |
- "position": [192, 0], |
- "bounds": [100, 100], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FFFF00" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "children": [ |
- { |
- "position": [785, 0], |
- "bounds": [15, 600], |
- "drawsContent": true |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |