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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-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/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
index 2b726a9f4ed783353e0461f4e6988b354e0f60a8..dbb6428627046c350f41eca6ddfa479a96d08b6a 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-expected.txt
@@ -8,12 +8,20 @@
"paintInvalidations": [
{
"object": "LayoutText #text",
- "rect": [8, 17, 199, 18],
- "reason": "selection"
+ "rect": [8, 17, 199, 19],
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox 'Should have green background'",
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'Should have green background'",
"reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "selection"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698