| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
|
| index d4bb6aff1c5c273c4e5e27bd2727de45984b32d4..88ea991cfc2f4746e94a6ca408572ec18a2273df 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/resize-repaint-expected.txt
|
| @@ -1,40 +1,36 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='resizing'",
|
| + "position": [8, 8],
|
| + "bounds": [402, 207],
|
| "drawsContent": true,
|
| - "children": [
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resizing'",
|
| + "rect": [0, 104, 402, 103],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resizing'",
|
| + "rect": [0, 105, 402, 102],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [2, 155, 398, 50],
|
| + "reason": "layoutObject insertion"
|
| + },
|
| {
|
| - "name": "LayoutBlockFlow DIV id='resizing'",
|
| - "position": [8, 8],
|
| - "bounds": [402, 207],
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='resizing'",
|
| - "rect": [0, 104, 402, 103],
|
| - "reason": "incremental"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='resizing'",
|
| - "rect": [0, 105, 402, 102],
|
| - "reason": "incremental"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV",
|
| - "rect": [2, 155, 398, 50],
|
| - "reason": "layoutObject insertion"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV",
|
| - "rect": [2, 104, 398, 50],
|
| - "reason": "layoutObject insertion"
|
| - }
|
| - ]
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [2, 104, 398, 50],
|
| + "reason": "layoutObject insertion"
|
| }
|
| ]
|
| }
|
|
|