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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled.html

Issue 2369603002: Turn on CompositeOpaqueFixedPosition for test and rebase tests. (Closed)
Patch Set: . 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-under-composited-fixed-scrolled.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled.html b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled.html
index e24185e3f73ce2767a573a1a5538d9524bc9e0cc..cb6d9e8e72fea23c2780c5c05b24eec15addcbb8 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-fixed-scrolled.html
@@ -26,6 +26,8 @@ body {
}
#fixed {
position: fixed;
+ /* Using 99% opacity to ensure fixed position is not automatically promoted. */
+ opacity: 0.99;
top: 100px;
left: 100px;
width: 200px;

Powered by Google App Engine
This is Rietveld 408576698