| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-offset-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-offset-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-offset-expected.txt
|
| index e4f270f3ab8ca6ab11d1a0b246caa7aefa85560d..18a7eb37d11213cedcbc31b08807683db85b6193 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-offset-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-offset-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [40, 40, 120, 120],
|
| - [35, 35, 130, 130],
|
| - [35, 35, 130, 130]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='indicator'",
|
| - "LayoutBlockFlow (positioned) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='indicator'",
|
| + "rect": [35, 35, 130, 130],
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [40, 40, 120, 120],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [35, 35, 130, 130],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|