| Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align-length2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align-length2-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align-length2-expected.txt
|
| index eb06eb4074125d1fc3215d2037d011f1a0aea75d..9fe8d7f5706cdb8a7b0ba0d39176c430a52b1079 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/vertical-align-length2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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, 203]
|
| - ],
|
| - "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, 203],
|
| + "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"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|