| Index: third_party/WebKit/LayoutTests/fast/repaint/bugzilla-6388-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/bugzilla-6388-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/bugzilla-6388-expected.txt
|
| index 60d9f1b6407c5c70d6bda659f2adb4b305d47b55..584a3361322087e645efacc3b0a5764095b674c3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/bugzilla-6388-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/bugzilla-6388-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 130, 100, 100],
|
| - [8, 130, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='outside'",
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [8, 130, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='outside'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [8, 130, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|