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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt

Issue 2436283002: Fix LayoutObject::mapLocalToAncestor() for fixed under absolute (Closed)
Patch Set: Rebaseline after rebase Created 4 years, 2 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/fixed-with-border-under-composited-absolute-scrolled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt
similarity index 90%
copy from third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt
index 6c248c82b0f9d5d9f6b6c86a1e8ce796d4b29429..f18a23396b3073cff8217714bdacaca74bb1c297 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-with-border-under-composited-absolute-scrolled-expected.txt
@@ -9,14 +9,14 @@
{
"name": "LayoutBlockFlow (positioned) DIV id='absolute'",
"position": [0, 400],
- "bounds": [100, 1601],
+ "bounds": [120, 1601],
"drawsContent": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#FF0000",
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='fixed'",
- "rect": [0, 0, 100, 200],
+ "rect": [0, 110, 120, 110],
"reason": "incremental"
}
]

Powered by Google App Engine
This is Rietveld 408576698