| Index: third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| index f64d76ed4ca67a1d9b6b7382630706b9e67bf1a7..a942d94e52375b6ba704ef692d8e9496468af023 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt
|
| @@ -5,17 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [160, 20, 10, 50],
|
| - [120, 20, 10, 50],
|
| - [110, 20, 10, 50],
|
| - [70, 20, 10, 50],
|
| - [30, 20, 40, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
|
| - "LayoutBlockFlow DIV class='flex-item'",
|
| - "LayoutBlockFlow DIV class='flex-item'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='flex-item'",
|
| + "rect": [70, 20, 10, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='flex-item'",
|
| + "rect": [110, 20, 10, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='flex-item'",
|
| + "rect": [120, 20, 10, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='flex-item'",
|
| + "rect": [160, 20, 10, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
|
| + "rect": [30, 20, 40, 50],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|