| Index: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
|
| index c898c276e2547806c4f1917a90bfed83154be2b5..598963c9bf22acaa171ef68eb05fad463adc67fd 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt
|
| @@ -1,61 +1,49 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| + "contentsOpaque": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow HTML",
|
| + "bounds": [800, 600],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
|
| + "position": [8, 8],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FF0000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
|
| + "bounds": [160, 90],
|
| + "isolate": true,
|
| "contentsOpaque": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow HTML",
|
| - "bounds": [800, 600],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
|
| - "position": [8, 8],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FF0000",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
|
| - "bounds": [160, 90],
|
| - "isolate": true,
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV class='blended'",
|
| - "bounds": [160, 90],
|
| - "blendMode": "multiply",
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF",
|
| - "children": [
|
| - {
|
| - "name": "LayoutImage IMG class='accelerated'",
|
| - "bounds": [160, 90]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' (foreground) Layer",
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow HTML (foreground) Layer",
|
| - "bounds": [800, 600],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV class='blended'",
|
| + "bounds": [160, 90],
|
| + "blendMode": "multiply",
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF"
|
| + },
|
| + {
|
| + "name": "LayoutImage IMG class='accelerated'",
|
| + "bounds": [160, 90]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' (foreground) Layer",
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow HTML (foreground) Layer",
|
| + "bounds": [800, 600],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|