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

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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
index 8abd6ecfb4f1adcc37aad52c5d52cebd4ae1d744..833276e5759a2f2dd3eb06fba815f80f8bc096d6 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt
@@ -19,32 +19,32 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
"rect": [8, 186, 769, 642],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative'",
"rect": [8, 186, 769, 642],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
"rect": [8, 92, 769, 642],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative'",
"rect": [8, 92, 769, 642],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
"rect": [8, 92, 732, 94],
- "reason": "location change"
+ "reason": "layoutObject insertion"
},
{
"object": "LayoutBlockFlow HTML",
"rect": [10, 94, 728, 90],
- "reason": "location change"
+ "reason": "forced by layout"
},
{
"object": "LayoutView #document",
@@ -54,26 +54,26 @@
{
"object": "LayoutView #document",
"rect": [10, 94, 728, 90],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow BODY",
"rect": [18, 102, 712, 74],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutImage IMG",
"rect": [58, 236, 489, 537],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutImage IMG",
"rect": [58, 142, 489, 537],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",

Powered by Google App Engine
This is Rietveld 408576698