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

Unified Diff: third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-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-with-br-includes-newline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt b/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
index 88058d5d3fa191dfdf24bdbb8a91d1ef7ca43450..c14c25051c7ed0b466047c36de04d2fee8a76ca7 100644
--- a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBR BR",
"rect": [24, 8, 16, 16],
- "reason": "selection"
+ "reason": "became visible"
},
{
"object": "LayoutText #text",
@@ -23,6 +23,10 @@
},
{
"object": "InlineTextBox '\n'",
+ "reason": "became visible"
+ },
+ {
+ "object": "InlineTextBox '\n'",
"reason": "selection"
},
{
@@ -34,6 +38,10 @@
"reason": "selection"
},
{
+ "object": "LayoutBR BR",
+ "reason": "selection"
+ },
+ {
"object": "LayoutBlockFlow BODY",
"reason": "selection"
},

Powered by Google App Engine
This is Rietveld 408576698