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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/search-field-cancel-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/search-field-cancel-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/search-field-cancel-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/search-field-cancel-expected.txt
index 95e4e1c1ab6823b4b8f3eeb9b39f71e99a0d5d3d..e5c6d0dde9c02bbcaaf8569aea11f5a0f6e50b5c 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/search-field-cancel-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/search-field-cancel-expected.txt
@@ -5,15 +5,27 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [12, 45, 155, 16],
- [12, 45, 58, 16]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='inner-editor'",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'some text'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'some text'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [12, 45, 155, 16],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [12, 45, 58, 16],
+ "reason": "location change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698