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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.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/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html b/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
index 6c61e313d109dfb1b60bd5af5b9cb13e7323a765..d932684c013a2e8496059ab8926d5b06009f86a9 100644
--- a/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
+++ b/LayoutTests/compositing/repaint/fixed-pos-with-abs-pos-child-scroll.html
@@ -16,7 +16,7 @@
right: 0px;
height: 90px;
width: 360px;
- background: yellow;
+ background: rgb(255, 255, 0, 0.99);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698