| Index: third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| index 9220120c10df4dcea6afb90cdf0510501c0b7c16..d4bb6aff1c5c273c4e5e27bd2727de45984b32d4 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| @@ -1,12 +1,15 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow DIV id='resizing'",
|
| "position": [8, 8],
|
| "bounds": [402, 207],
|
| "drawsContent": true,
|
| @@ -35,6 +38,20 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resizing'",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "reason": "layoutObject insertion"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "reason": "layoutObject insertion"
|
| + }
|
| ]
|
| }
|
|
|
|
|