| 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 07d93b6b6e4475a18149ac5776e0258757bd7415..4af90265e55968b36be815e27e01a69b37ae2454 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,19 @@
|
| "object": "LayoutText #text",
|
| "rect": [33, 33, 100, 250],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "InlineTextBox 'A\u00A0\u00A0B'",
|
| - "reason": "style change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'A\u00A0\u00A0B'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|