| Index: third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt
|
| index dce41485d8eca74de4dea5b4ae1327288d385a9b..b648f0369be6ed77e4b5bede9de23243d19457ec 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt
|
| @@ -5,21 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [150, 52, 50, 300],
|
| - [150, 52, 50, 50],
|
| - [0, 52, 200, 300],
|
| - [0, 52, 200, 300],
|
| - [0, 52, 50, 300],
|
| - [0, 52, 50, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutGrid DIV id='container'",
|
| - "LayoutGrid DIV id='container'",
|
| - "LayoutBlockFlow DIV class='item'",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [150, 52, 50, 50],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 52, 50, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [150, 52, 50, 300],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='item'",
|
| + "rect": [0, 52, 50, 300],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutGrid DIV id='container'",
|
| + "rect": [0, 52, 200, 300],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutGrid DIV id='container'",
|
| + "rect": [0, 52, 200, 300],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|