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

Unified Diff: LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html

Issue 1298493003: Currently we only composite fixed position elements if we are on High DPI devices. This fix allows … Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove similarity check Created 5 years, 3 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: LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html
diff --git a/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html b/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html
index c27984ea8dceba7eeed9f0c014951480719a352e..d13f327ac5ef931e1e75089d5c48ef695bf20374 100644
--- a/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html
+++ b/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled.html
@@ -30,7 +30,7 @@ body {
left: 100px;
width: 200px;
height: 200px;
- background-color: red;
+ background-color: rgba(255, 0, 0, 0.99);
}
</style>
Tests paint invalidation of fixed elements under a composited fixed element after scrolled.

Powered by Google App Engine
This is Rietveld 408576698