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

Unified Diff: LayoutTests/fast/repaint/fixed-under-composited-absolute-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-absolute-scrolled.html
diff --git a/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html b/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
index 33a22c936cc3331ed56cf7d09d0664a92a091463..40ee33458e43d7240bd62e85d9ec60660a2c4aba 100644
--- a/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
+++ b/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled.html
@@ -35,7 +35,7 @@ onload = function() {
left: 0;
width: 100px;
height: 100px;
- background-color: green;
+ background-color: rgba(0, 128, 0, 0.99);
}
</style>
Tests paint invalidation of fixed element under a composited absolute element on resize after scrolled.

Powered by Google App Engine
This is Rietveld 408576698