Index: LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt |
diff --git a/LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt b/LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt |
deleted file mode 100644 |
index a1b9f887221afcbac8eac885df7654c3328c9c39..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/linux/css3/compositing/mix-blend-mode-composited-layers-expected.txt |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "children": [ |
- { |
- "bounds": [800, 70], |
- "isolate": true, |
- "drawsContent": true, |
- "children": [ |
- { |
- "position": [8, 18], |
- "bounds": [10, 10], |
- "blendMode": "multiply", |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF", |
- "children": [ |
- { |
- "bounds": [10, 10], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FFFF00" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
- ] |
-} |
- |