| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-shrinking-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-shrinking-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-shrinking-expected.txt
|
| index c81d5e60303de26337e68661d7060329d6552f01..196a9842628ef271aa71d34b60a417f337cf6d78 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-shrinking-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-shrinking-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 118, 100, 100],
|
| - [8, 16, 784, 202],
|
| - [4, 114, 108, 108],
|
| - [4, 16, 788, 206]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutBlockFlow DIV id='t'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [4, 16, 788, 206],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [8, 16, 784, 202],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='t'",
|
| + "rect": [4, 114, 108, 108],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='t'",
|
| + "rect": [8, 118, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|