| Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
|
| index 8963c94e6f3dd942570e27c45f24f28336b12382..812dc0834467f75f93b28a1e5b04ebd86c0b6341 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/vertical-align-length2-expected.txt
|
| @@ -5,18 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [200, 80, 100, 100],
|
| - [200, 50, 100, 100],
|
| - [0, 0, 800, 204]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineBox",
|
| - "InlineBox",
|
| - "InlineBox",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [0, 0, 800, 204],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [200, 80, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [200, 50, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|