| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/backgroundSizeRepaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/backgroundSizeRepaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/backgroundSizeRepaint-expected.txt
|
| index af5bec23ee94fe41ab89dc3266d988f22db9758b..b1d1cdae12c2c6680b23ebd6096d1fd220ccfe87 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/backgroundSizeRepaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/backgroundSizeRepaint-expected.txt
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [29, 359, 180, 20],
|
| - [29, 197, 180, 20],
|
| - [19, 319, 200, 60],
|
| - [19, 319, 200, 40],
|
| - [19, 157, 200, 60],
|
| - [19, 157, 200, 40]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='a'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='b'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 157, 200, 60],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 157, 200, 40],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 319, 200, 40],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [19, 319, 200, 60],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='a'",
|
| + "rect": [29, 197, 180, 20],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='b'",
|
| + "rect": [29, 359, 180, 20],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|