| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| index 402e83f6c03d46dfc83610fa1b482ee7d49a6364..6083f09d9221249ea16372c6cb9652f340f99222 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 72, 37, 19],
|
| - [8, 72, 37, 19]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutInline SPAN id='target'",
|
| - "InlineFlowBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'PASS'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'PASS'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN id='target'",
|
| + "rect": [8, 72, 37, 19],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [8, 72, 37, 19],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|