| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt
|
| index fd98e29f647cb025103d49d51ef7068804b5b514..b3b5f7d2eea7bc059d2795ade7a0d900f86c64ce 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/change-text-content-and-background-color-expected.txt
|
| @@ -5,19 +5,42 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [30, 30, 200, 23],
|
| - [30, 30, 45, 23],
|
| - [30, 30, 41, 23],
|
| - [8, 8, 244, 68]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "InlineTextBox ''",
|
| - "RootInlineBox",
|
| - "LayoutTextControl (positioned) INPUT id='input'",
|
| - "LayoutBlockFlow DIV id='inner-editor'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'NEW'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox ''",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'NEW'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner-editor'",
|
| + "rect": [30, 30, 200, 23],
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [30, 30, 41, 23],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [30, 30, 45, 23],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutTextControl (positioned) INPUT id='input'",
|
| + "rect": [8, 8, 244, 68],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|