| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
|
| index 2dc99db5ed7289af26c153fc59b99dbadd5cc250..743b96da304462413604a3cd58f3c2a56071a33d 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-invoke-deferred-compositing-expected.txt
|
| @@ -1,30 +1,24 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited box'",
|
| + "bounds": [300, 300]
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas (positioned) CANVAS",
|
| + "bounds": [200, 200],
|
| "drawsContent": true,
|
| - "children": [
|
| + "paintInvalidations": [
|
| {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='container' class='composited box'",
|
| - "bounds": [300, 300],
|
| - "children": [
|
| - {
|
| - "name": "LayoutHTMLCanvas (positioned) CANVAS",
|
| - "bounds": [200, 200],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutHTMLCanvas (positioned) CANVAS",
|
| - "rect": [0, 0, 200, 200],
|
| - "reason": "layoutObject insertion"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "object": "LayoutHTMLCanvas (positioned) CANVAS",
|
| + "rect": [0, 0, 200, 200],
|
| + "reason": "layoutObject insertion"
|
| }
|
| ]
|
| }
|
|
|