| Index: third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| index b9874fd6c41ae5deb8fd80e2e516619b6d8a8c3e..6015a56fe49248e7e9c755b28259fbabc2940a66 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [33, 33, 100, 250]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutText #text",
|
| - "InlineTextBox 'A\u00A0\u00A0B'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'A\u00A0\u00A0B'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [33, 33, 100, 250],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|