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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-positioned-percent-top-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/paint/invalidation/window-resize-positioned-percent-top-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-positioned-percent-top-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-positioned-percent-top-expected.txt
index a6abe419535cda1255f677f95c7ff27cadbf955b..067b753e49480c287fc2693201882983ca8d7805 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-positioned-percent-top-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/window-resize-positioned-percent-top-expected.txt
@@ -14,12 +14,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [0, 250, 20, 20],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [0, 125, 20, 20],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -31,7 +31,7 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -74,12 +74,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [0, 300, 20, 20],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV",
"rect": [0, 125, 20, 20],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -91,7 +91,7 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV",
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698