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

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

Issue 2108503002: Auto-rebaseline for r402292 (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 cb760d72185a8882a8c66bc46c8b0b056f8af99a..d4b24a67e24df440ea23ff8d98aa9db019ef7035 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
@@ -10,13 +10,8 @@
"paintInvalidations": [
{
"object": "LayoutListItem LI",
- "rect": [31, 94, 761, 104],
- "reason": "invalidate paint rectangle"
- },
- {
- "object": "LayoutListItem LI",
- "rect": [48, 148, 744, 50],
- "reason": "incremental"
+ "rect": [48, 94, 744, 104],
+ "reason": "forced by layout"
},
{
"object": "LayoutImage IMG id='target'",
@@ -26,44 +21,28 @@
{
"object": "LayoutListMarker (anonymous)",
"rect": [31, 180, 7, 18],
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutListMarker (anonymous)",
"rect": [31, 130, 7, 18],
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
"object": "LayoutListItem LI",
- "reason": "incremental"
- },
- {
- "object": "LayoutListItem LI",
- "reason": "invalidate paint rectangle"
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "incremental"
+ "reason": "forced by layout"
},
{
"object": "LayoutListMarker (anonymous)",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutImage IMG id='target'",

Powered by Google App Engine
This is Rietveld 408576698