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

Unified Diff: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html

Issue 1826013002: Enable compositing for opaque scrolling content on low DPI screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable feature by default, not enabled in dev builds Created 4 years, 5 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: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html
diff --git a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html
index ed54882b037516b28acf2d6a36a8e5f55a3a6a85..b2bbc2a7ff4197a8222e4c55836412c781aafc7a 100644
--- a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html
+++ b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_editable.html
@@ -7,6 +7,7 @@
font-family: ahem;
margin: 0;
padding: 0;
+ background-color: transparent; /* Prevent scrolling layer promotion to it's own layer */
}
</style>
<textarea id="text">

Powered by Google App Engine
This is Rietveld 408576698