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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2081773002: 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/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
index 4c516be149676628382385d796415e3adc3747d2..6b11f5a0f0bbaa78249fc6d0e12eabd9d12789d9 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [785, 829],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 829],
"contentsOpaque": true,
"drawsContent": true,
@@ -70,25 +72,43 @@
"object": "LayoutImage IMG",
"rect": [58, 136, 489, 537],
"reason": "bounds change"
- },
- {
- "object": "LayoutText #text",
- "reason": "bounds change"
- },
- {
- "object": "LayoutView #document",
- "reason": "scroll"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutIFrame IFRAME id='iframe'",
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='relative'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698