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

Unified Diff: LayoutTests/fast/repaint/resources/repaint-with-scrollbar-change.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/resources/repaint-with-scrollbar-change.html
diff --git a/LayoutTests/fast/repaint/resources/repaint-with-scrollbar-change.html b/LayoutTests/fast/repaint/resources/repaint-with-scrollbar-change.html
index 2482be44f60cc59989ee1d351bab2ceb19803211..203e33e35d3d6c0afd228cc722091057173b429f 100644
--- a/LayoutTests/fast/repaint/resources/repaint-with-scrollbar-change.html
+++ b/LayoutTests/fast/repaint/resources/repaint-with-scrollbar-change.html
@@ -13,7 +13,7 @@
position: fixed;
right: 0;
top: 0;
- background-color: green;
+ background-color: rgba(0, 128, 0, 0.99);
}
.hidden {
display: none;

Powered by Google App Engine
This is Rietveld 408576698