| Index: third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt
|
| index bb95ef6a3ea584f45916ed8d5a07505d9c9c0e3d..d2ba3fedc199a8168f4494fc87df177253ff6e3d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt
|
| @@ -5,15 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [215, 0, 40, 10],
|
| - [210, -5, 50, 20]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutInline SPAN",
|
| - "InlineFlowBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Test'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineFlowBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Test'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN",
|
| + "rect": [210, -5, 50, 20],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [215, 0, 40, 10],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|