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

Unified Diff: Source/web/tests/data/fractional-scroll-fixed-position.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: Source/web/tests/data/fractional-scroll-fixed-position.html
diff --git a/Source/web/tests/data/fractional-scroll-fixed-position.html b/Source/web/tests/data/fractional-scroll-fixed-position.html
index cb207033a9be3c91bf7e3baabccf909dc8899efd..17604e35d38ac6b3fb88055490dc649cc062c9c4 100644
--- a/Source/web/tests/data/fractional-scroll-fixed-position.html
+++ b/Source/web/tests/data/fractional-scroll-fixed-position.html
@@ -6,6 +6,7 @@
position: fixed;
top: 0px;
background-color:red;
+ box-shadow: 1px 1px black;
}
</style>
<html>

Powered by Google App Engine
This is Rietveld 408576698