| Index: third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt
|
| index 12a9457553cfdd07ab04ab7a9fc255b482c9cbfe..1b10dc6942fc8709da4590102cdc6b5597fb4fb5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/backgroundSizeRepaint-expected.txt
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [29, 369, 180, 20],
|
| - [29, 209, 180, 20],
|
| - [19, 329, 200, 60],
|
| - [19, 329, 200, 40],
|
| - [19, 169, 200, 60],
|
| - [19, 169, 200, 40]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='a'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='b'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 169, 200, 60],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 169, 200, 40],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 329, 200, 40],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 329, 200, 60],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='a'",
|
| + "rect": [29, 209, 180, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='b'",
|
| + "rect": [29, 369, 180, 20],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|