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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt

Issue 1878163002: 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/fast/repaint/positioned-list-offset-change-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt
index 889cc1b7ed08c1d97536c26f3963d1daab159230..3ba0c7ee4a4374ea702693ec9832408c5938fb9d 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/positioned-list-offset-change-repaint-expected.txt
@@ -5,22 +5,62 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 60, 214, 236],
- [8, 60, 214, 232],
- [8, 60, 114, 236],
- [8, 60, 114, 232]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineBox",
- "InlineBox",
- "LayoutBlockFlow (positioned) UL id='list'",
- "LayoutListItem (positioned) LI",
- "RootInlineBox",
- "LayoutListMarker (anonymous)",
- "LayoutImage IMG",
- "LayoutText #text"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) UL id='list'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "rect": [8, 60, 114, 232],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "rect": [8, 60, 214, 232],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutListItem (positioned) LI",
+ "rect": [8, 60, 114, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutListItem (positioned) LI",
+ "rect": [8, 60, 214, 236],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutListMarker (anonymous)",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "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