Index: third_party/WebKit/LayoutTests/platform/linux/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/platform/linux/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
similarity index 73% |
copy from third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
copy to third_party/WebKit/LayoutTests/platform/linux/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
index 724242459064c91866f328b6716a083fde7e0d47..86a7f56e0e30569ebcb57e8aa231e143acce34c6 100644 |
--- a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt |
@@ -9,7 +9,11 @@ |
{ |
"object": "LayoutText #text", |
"rect": [-8, 8, 48, 32], |
- "reason": "selection" |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'xx'", |
+ "reason": "bounds change" |
}, |
{ |
"object": "InlineTextBox 'xx'", |
@@ -17,6 +21,10 @@ |
}, |
{ |
"object": "InlineTextBox 'y'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'y'", |
"reason": "selection" |
}, |
{ |
@@ -30,6 +38,10 @@ |
{ |
"object": "LayoutBlockFlow HTML", |
"reason": "selection" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "selection" |
} |
] |
} |