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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-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-absolute-scrolled.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled.html b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled.html
index 797dfe3ec94901fdb5c4ec8842920f3432dd9880..732504d405097028326c31b5e8d6ff44490e5fa5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/fixed-under-composited-absolute-scrolled.html
@@ -31,6 +31,8 @@ onload = function() {
}
#fixed {
position: fixed;
+ /* Using 99% opacity to ensure fixed position is not automatically promoted. */
+ opacity: 0.99;
top: 0;
left: 0;
width: 100px;

Powered by Google App Engine
This is Rietveld 408576698