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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/fast/repaint/list-marker-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt
index 8884bc5a69e14270c4104933bcc0dcabc96867c0..1fd1ba9aa010550d04b4796adb88183de8f3377f 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/list-marker-2-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -30,25 +32,31 @@
"object": "LayoutListMarker (anonymous)",
"rect": [31, 130, 7, 18],
"reason": "bounds change"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutListItem LI",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutListItem LI",
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutListMarker (anonymous)",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutImage IMG id='target'",
+ "reason": "forced by layout"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698