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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/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"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698