| Index: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-layer-expected.txt b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-layer-expected.txt
|
| index f40c8efda5d118e5e678de55d0ab10201de3c8af..2a5339817fde06751c0666fc9d79739917758c97 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-isolation-layer-expected.txt
|
| @@ -1,41 +1,33 @@
|
| {
|
| - "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],
|
| + "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],
|
| - "bounds": [160, 90],
|
| - "isolate": true,
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000",
|
| - "children": [
|
| - {
|
| - "name": "LayoutImage IMG class='accelerated blended'",
|
| - "bounds": [160, 90],
|
| - "blendMode": "multiply"
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow HTML (foreground) Layer",
|
| - "bounds": [800, 600],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutImage IMG class='accelerated blended'",
|
| + "bounds": [160, 90],
|
| + "blendMode": "multiply"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow HTML (foreground) Layer",
|
| + "bounds": [800, 600],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|