| Index: third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| index ca25b969a17310d818b12f8ccfc15982cf262a1d..49c1879fbfaff358bcddff652ca72c38be9cee76 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt
|
| @@ -10,16 +10,27 @@
|
| "position": [8, 8],
|
| "bounds": [402, 207],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [2, 155, 398, 50],
|
| - [2, 104, 398, 50],
|
| - [0, 105, 402, 102],
|
| - [0, 104, 402, 103]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='resizing'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [2, 104, 398, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [2, 155, 398, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resizing'",
|
| + "rect": [0, 105, 402, 102],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='resizing'",
|
| + "rect": [0, 104, 402, 103],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|