| Index: third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
|
| index 209cee48d4860ae8a6d366eb62583a7ab47442c1..d889f7c64e12f6b3170acfac6193a4a2e38193ac 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt
|
| @@ -5,29 +5,72 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 277, 200, 50],
|
| - [0, 277, 200, 50],
|
| - [0, 252, 200, 100],
|
| - [0, 252, 200, 50],
|
| - [0, 177, 200, 50],
|
| - [0, 177, 200, 50],
|
| - [0, 152, 200, 100],
|
| - [0, 152, 200, 50],
|
| - [0, 77, 200, 50],
|
| - [0, 77, 200, 50],
|
| - [0, 52, 200, 300],
|
| - [0, 52, 200, 100],
|
| - [0, 52, 200, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutGrid DIV id='container'",
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 77, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 52, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 177, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 152, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 277, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 252, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 77, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 52, 200, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 177, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 152, 200, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 277, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 252, 200, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutGrid DIV id='container'",
|
| + "rect": [0, 52, 200, 300],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|