| Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/multicol-repaint-expected.txt
|
| index c0248558c658774bf2e4049aa56b24bbac67ed52..e4f208131d1edf181efe220f7b28dabee8d64675 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/multicol-repaint-expected.txt
|
| @@ -5,23 +5,67 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [234, 15, 300, 50],
|
| - [234, 15, 50, 50],
|
| - [9, 9, 525, 100],
|
| - [9, 9, 400, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "RootInlineBox",
|
| - "InlineTextBox '\u00A0'",
|
| - "InlineTextBox '\n'",
|
| - "InlineFlowBox",
|
| - "InlineTextBox ''",
|
| - "LayoutMultiColumnFlowThread (anonymous)",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'XXXXXX'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox '\n'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'XXXXXX'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox '\u00A0'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutMultiColumnFlowThread (anonymous)",
|
| + "rect": [9, 9, 400, 100],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutMultiColumnFlowThread (anonymous)",
|
| + "rect": [9, 9, 525, 100],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [234, 15, 50, 50],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [234, 15, 300, 50],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|