| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/selected-replaced-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selected-replaced-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selected-replaced-expected.txt
|
| index 0e484c0723c3888699ff1d1348a31c611a5aa581..24af8dab97c32ca67e9901fea274b3d8480cf864 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selected-replaced-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/selected-replaced-expected.txt
|
| @@ -5,16 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 148, 214, 232],
|
| - [8, 68, 784, 235],
|
| - [8, 68, 214, 232]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineBox",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow (anonymous)",
|
| - "LayoutImage (relative positioned) IMG id='test' class='moved'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "rect": [8, 68, 784, 235],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
|
| + "rect": [8, 148, 214, 232],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutImage (relative positioned) IMG id='test' class='moved'",
|
| + "rect": [8, 68, 214, 232],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|