| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align1-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align1-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align1-expected.txt
|
| index 9273e7d67a69ea144111d31e76148642e542f131..03255982a603339a527de57a29fb1aa9956a3daf 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align1-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align1-expected.txt
|
| @@ -5,24 +5,62 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [120, 80, 20, 20],
|
| - [120, 34, 20, 20],
|
| - [0, 100, 800, 4],
|
| - [0, 80, 20, 20],
|
| - [0, 34, 20, 20],
|
| - [0, 0, 800, 103]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineBox",
|
| - "InlineBox",
|
| - "InlineBox",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutBlockFlow BODY",
|
| - "RootInlineBox",
|
| - "LayoutBlockFlow DIV class='other'",
|
| - "LayoutBlockFlow DIV class='other'"
|
| + "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, 100, 800, 4],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [0, 0, 800, 103],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='other'",
|
| + "rect": [0, 80, 20, 20],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='other'",
|
| + "rect": [0, 34, 20, 20],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='other'",
|
| + "rect": [120, 80, 20, 20],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='other'",
|
| + "rect": [120, 34, 20, 20],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|