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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
index 802e9de3345a940a10caa6263a1adeaefbd4fcce..21834944603ed736ad991c42a90b2d67ea597dcc 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -14,17 +14,17 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
"rect": [8, 180, 769, 641],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
"rect": [8, 86, 769, 641],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
"rect": [8, 86, 732, 94],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutView #document",
@@ -41,27 +41,27 @@
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutImage IMG",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "VerticalScrollbar",
- "reason": "scroll"
+ "reason": "scroll control"
},
{
"object": "LayoutView #document",
@@ -69,11 +69,11 @@
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698