| 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 724242459064c91866f328b6716a083fde7e0d47..3488ddf5b1588c226d1476d460c9343941e947d2 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
|
| @@ -8,8 +8,12 @@
|
| "paintInvalidations": [
|
| {
|
| "object": "LayoutText #text",
|
| - "rect": [-8, 8, 48, 32],
|
| - "reason": "selection"
|
| + "rect": [-8, 8, 48, 33],
|
| + "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"
|
| }
|
| ]
|
| }
|
|
|