Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-for-rtl-expected.txt

Issue 1998663003: Auto-rebaseline for r394807 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698