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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/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/mac-mac10.9/fast/repaint/details-open-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/details-open-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/details-open-repaint-expected.txt
index be5f1e16a35107fab0657a6599f1df763a16aefc..09ddb91da4f9c51d1d3be7e1a9e4cf11ede02556 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/details-open-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/details-open-repaint-expected.txt
@@ -5,24 +5,52 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [11, 71, 117, 13],
- [8, 68, 784, 19],
- [8, 68, 123, 19],
- [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, 19],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='inner-editor'",
+ "rect": [11, 71, 117, 13],
+ "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, 123, 19],
+ "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