Index: third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt b/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
index 76009eca97fae008d3c381ef001f406115c63a05..724242459064c91866f328b6716a083fde7e0d47 100644 |
--- a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
@@ -7,33 +7,28 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
+ "object": "LayoutText #text", |
+ "rect": [-8, 8, 48, 32], |
+ "reason": "selection" |
+ }, |
+ { |
"object": "InlineTextBox 'xx'", |
- "rect": [0, 0, 0, 0], |
"reason": "selection" |
}, |
{ |
"object": "InlineTextBox 'y'", |
- "rect": [0, 0, 0, 0], |
"reason": "selection" |
}, |
{ |
"object": "LayoutBlockFlow BODY", |
- "rect": [0, 0, 0, 0], |
"reason": "selection" |
}, |
{ |
"object": "LayoutBlockFlow DIV id='container'", |
- "rect": [0, 0, 0, 0], |
"reason": "selection" |
}, |
{ |
"object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 0, 0], |
- "reason": "selection" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [-8, 8, 48, 32], |
"reason": "selection" |
} |
] |