| Index: third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| index 691c59ef1121ecc454fbf9e2d5ab0beca1c3078e..5b7c4a5ba21211aeeb171691d07c1cca479dc3a6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt
|
| @@ -5,11 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'is invisible'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'is invisible'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|