Chromium Code Reviews| 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 5b7c4a5ba21211aeeb171691d07c1cca479dc3a6..5dcb7184e7ad4b542bdc72bab529fbcefc6afaa0 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/invisible-objects-expected.txt |
| @@ -8,22 +8,18 @@ |
| "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" |
| } |
| ] |