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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt

Issue 1883513002: 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/details-open-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
index bfdd74ecf22838c751853a169c7566fc1e8c88f8..fe3be09e9c7251f08c74c30ecfe0fa994aff9ba4 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/details-open-repaint-expected.txt
@@ -5,24 +5,52 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [10, 71, 169, 16],
- [8, 68, 784, 22],
- [8, 68, 173, 22],
- [8, 53, 11, 11]
- ],
- "paintInvalidationClients": [
- "LayoutDetailsMarker DIV id='details-marker'",
- "LayoutBlockFlow DIV id='details-content'",
- "RootInlineBox",
- "LayoutTextControl INPUT",
- "LayoutBlockFlow DIV id='inner-editor'",
- "LayoutBlockFlow DIV id='inner-editor'",
- "HorizontalScrollbar",
- "LayoutBlockFlow DIV id='inner-editor'",
- "VerticalScrollbar",
- "LayoutText #text",
- "LayoutText #text"
+ "paintInvalidations": [
+ {
+ "object": "HorizontalScrollbar",
+ "rect": [0, 0, 0, 0],
+ "reason": "scroll"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='details-content'",
+ "rect": [8, 68, 784, 22],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [10, 71, 169, 16],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutDetailsMarker DIV id='details-marker'",
+ "rect": [8, 53, 11, 11],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutTextControl INPUT",
+ "rect": [8, 68, 173, 22],
+ "reason": "location change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "VerticalScrollbar",
+ "rect": [0, 0, 0, 0],
+ "reason": "scroll"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698