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

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

Issue 2196363002: Modify LayoutTests to prep for compositing solid background scollers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now it works 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 */
flackr 2016/08/02 15:02:44 nit: For clarity, can we mention this is for the t
Stephen Chennney 2016/08/02 19:00:00 Done.
}
</style>
<textarea id="text">

Powered by Google App Engine
This is Rietveld 408576698