| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
|
| index b262d22171e33ea24a46ed6b4d19e7b51459730b..dd1da558cc7f1f1f92ee88e3fd789cc905793b66 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [200, 300],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 200, 200, 100],
|
| - [0, 0, 200, 8]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutView #document",
|
| - "LayoutBlockFlow HTML"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 200, 8],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 200, 200, 100],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -23,17 +27,32 @@
|
| "bounds": [300, 300],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [200, 0, 100, 300],
|
| - [0, 0, 300, 300],
|
| - [0, 0, 300, 8],
|
| - [0, 0, 200, 8]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutView #document",
|
| - "LayoutView #document",
|
| - "LayoutBlockFlow HTML",
|
| - "LayoutBlockFlow BODY"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "became visible"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 200, 8],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 300, 8],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 0, 300, 300],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [200, 0, 100, 300],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -45,13 +64,17 @@
|
| "bounds": [300, 250],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 250, 300, 50],
|
| - [0, 0, 300, 8]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutView #document",
|
| - "LayoutBlockFlow HTML"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 300, 8],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 250, 300, 50],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -63,17 +86,32 @@
|
| "bounds": [250, 250],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [250, 0, 50, 250],
|
| - [0, 0, 300, 8],
|
| - [0, 0, 250, 250],
|
| - [0, 0, 250, 8]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutView #document",
|
| - "LayoutView #document",
|
| - "LayoutBlockFlow HTML",
|
| - "LayoutBlockFlow BODY"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "became visible"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 300, 8],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 250, 8],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [0, 0, 250, 250],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutView #document",
|
| + "rect": [250, 0, 50, 250],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|