| Index: third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.txt
|
| index 8f863b2a524f1da21e4342df02620e75ca7ddc78..5fbf4ba04895a2eb2b1bb8eabad5f7743481b691 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/reflection-repaint-test-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -20,21 +22,27 @@
|
| "object": "LayoutText #text",
|
| "rect": [23, 51, 71, 109],
|
| "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox ''",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'PASS'",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASS'",
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
|
|
|
|