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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/control-clip-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/control-clip-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/control-clip-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/control-clip-expected.txt
index 243ea0e054a4ba8ce02238db4f6ec5cea1a48024..f4a302bd77a3f866deb0cdd5bff9bf2c6233628d 100644
--- a/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/control-clip-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/control-clip-expected.txt
@@ -5,25 +5,67 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [86, 114, 44, 13],
- [84, 114, 48, 13],
- [16, 114, 184, 13],
- [9, 84, 198, 14],
- [9, 84, 47, 14],
- [9, 84, 44, 14]
- ],
- "paintInvalidationClients": [
- "InlineTextBox ''",
- "RootInlineBox",
- "InlineTextBox ''",
- "RootInlineBox",
- "LayoutBlockFlow (anonymous)",
- "LayoutText (anonymous)",
- "InlineTextBox 'SUCCESS'",
- "LayoutBlockFlow (anonymous)",
- "LayoutText #text",
- "InlineTextBox 'SUCCESS'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox ''",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'SUCCESS'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'SUCCESS'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [9, 84, 198, 14],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [16, 114, 184, 13],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [86, 114, 44, 13],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [84, 114, 48, 13],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText (anonymous)",
+ "rect": [9, 84, 44, 14],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutText (anonymous)",
+ "rect": [9, 84, 47, 14],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698