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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-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/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
index 4a10e0a4c9a1800cec0005b6d6d8a6cbf39a42bb..9e43ad8440971e2a3e3278be698acbd053053c57 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
@@ -49,13 +49,24 @@
"name": "LayoutListItem (relative positioned) (floating) LI id='menu'",
"position": [31, 42],
"bounds": [17, 18],
- "drawsContent": true
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutListMarker (anonymous)",
+ "rect": [0, 0, 7, 18],
+ "reason": "forced by layout"
+ }
+ ]
}
]
}
],
"objectPaintInvalidations": [
{
+ "object": "LayoutListMarker (anonymous)",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow (positioned) UL id='submenu'",
"reason": "bounds change"
},

Powered by Google App Engine
This is Rietveld 408576698