| Index: third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
|
| index df7e5e9bd3da9541ffe3fc584172a474713bc2bf..10c0603faa41a0c04767aef9b2655c8361712ffe 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/percent-size-image-resize-container-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [100, 50, 50, 150],
|
| - [0, 200, 100, 50],
|
| - [0, 50, 150, 150],
|
| - [0, 50, 100, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutImage (positioned) IMG"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [100, 50, 50, 150],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [0, 200, 100, 50],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutImage (positioned) IMG",
|
| + "rect": [0, 50, 150, 150],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutImage (positioned) IMG",
|
| + "rect": [0, 50, 100, 200],
|
| + "reason": "forced by layout"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|