| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
|
| index 32ec627273114ed6a3727af3db6631c3e6a413de..4feea4b60c1c3e4d2c4d41ab61f3a8c5666d7cd3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt
|
| @@ -4,7 +4,14 @@
|
| {
|
| "bounds": [2008, 2016],
|
| "contentsOpaque": true,
|
| - "drawsContent": true
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 200, 200, 100],
|
| + "reason": "incremental"
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
| @@ -20,6 +27,11 @@
|
| "object": "LayoutView #document",
|
| "rect": [0, 0, 300, 300],
|
| "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [200, 0, 100, 300],
|
| + "reason": "incremental"
|
| }
|
| ]
|
| }
|
| @@ -31,7 +43,14 @@
|
| {
|
| "bounds": [2008, 2016],
|
| "contentsOpaque": true,
|
| - "drawsContent": true
|
| + "drawsContent": true,
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 250, 300, 50],
|
| + "reason": "incremental"
|
| + }
|
| + ]
|
| }
|
| ]
|
| }
|
| @@ -47,6 +66,11 @@
|
| "object": "LayoutView #document",
|
| "rect": [0, 0, 250, 250],
|
| "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [250, 0, 50, 250],
|
| + "reason": "incremental"
|
| }
|
| ]
|
| }
|
|
|