| Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| index f5b4ad564f27b16f030af8213bafb9c2f03cc6d3..31a40835ed5f53b734f08c4c9a4b405c4318fb31 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt
|
| @@ -4,13 +4,17 @@
|
| {
|
| "bounds": [200, 300],
|
| "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"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -21,17 +25,32 @@
|
| {
|
| "bounds": [300, 300],
|
| "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"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -42,13 +61,17 @@
|
| {
|
| "bounds": [300, 250],
|
| "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"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -59,17 +82,32 @@
|
| {
|
| "bounds": [250, 250],
|
| "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"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|