| Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt
|
| index 40c89d6e6ed3bbffae24a6bdf22b19a0d021464e..e340e865732a999118769496032d9fd2fa131a87 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [488, 8, 150, 20],
|
| - [488, 8, 80, 20]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='target'",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'PASS'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'PASS'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [488, 8, 150, 20],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [488, 8, 80, 20],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|