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

Unified Diff: LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer.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/overflow/fixed-scroll-in-empty-root-layer.html
diff --git a/LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer.html b/LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer.html
index 4aaddc780444fc04a73feb5912d12f5fac30ff6b..f2e79253d02bf0c7f2a8a063b90e2f0558145591 100644
--- a/LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer.html
+++ b/LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer.html
@@ -14,7 +14,7 @@ onload = runRepaintTest;
left: 0;
width: 100px;
height: 100px;
- background: green">
+ background: rgba(0, 128, 0, 0.99);">
</div>
<!-- This div makes all of the contents of the page be in sublayers of the root layer, so root layer is empty. -->
<div style="

Powered by Google App Engine
This is Rietveld 408576698