| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
|
| index dd1a7c760dfcba57b3ad71e5df5c8c262771f7c5..6fa69f31aa1c7e5f280bbba90f501f4f01a598be 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-3509-expected.txt
|
| @@ -5,15 +5,32 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [11, 131, 100, 100],
|
| - [11, 131, 50, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox '\u00A0'",
|
| - "LayoutBlockFlow DIV id='im'",
|
| - "RootInlineBox"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox '\u00A0'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='im'",
|
| + "rect": [11, 131, 50, 100],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='im'",
|
| + "rect": [11, 131, 100, 100],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|