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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
index 7514e203028366bd218f71a9c7ecee206bde034c..c0e83875dddac434f304f3f2fd3b5ac0f5336d24 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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, 17],
- "drawsContent": true
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutListMarker (anonymous)",
+ "rect": [0, 0, 7, 17],
+ "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