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

Unified Diff: Source/web/tests/data/fixed-position-losing-backing.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/fixed-position-losing-backing.html
diff --git a/Source/web/tests/data/fixed-position-losing-backing.html b/Source/web/tests/data/fixed-position-losing-backing.html
index 813caa786ab97729e9faf5774ad5045c8fdd3958..f06dc945093a03ce0030039930863e516bf91c90 100644
--- a/Source/web/tests/data/fixed-position-losing-backing.html
+++ b/Source/web/tests/data/fixed-position-losing-backing.html
@@ -5,7 +5,6 @@
width: 100px;
height: 100px;
background-color: yellow;
- transform: translateZ(0);
}
#bloat {

Powered by Google App Engine
This is Rietveld 408576698