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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-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/fixed-under-composited-fixed-scrolled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
index 4b2f25211a393443be8b2f96b47d57ab7beb763f..202f735f6b05a7bc16dfa979c7a9815c242faff7 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled-expected.txt
@@ -18,7 +18,7 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='fixed'",
"rect": [100, 100, 200, 200],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}
@@ -26,7 +26,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='fixed'",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698