| Index: third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt
|
| index 177a0aac1042164300593025311e7547f4a9ac26..1331e86bba2d54f21fd4ab3d646f58d64ad32071 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/background-misaligned-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [238, 241, 40, 40]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "rect": [238, 241, 40, 40],
|
| + "reason": "layoutObject removal"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|