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

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: Revert change to fixed-position-in-fixed-overflow.html Created 4 years, 4 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..f8cad50fe2e978b76b5f35013223705cee5a83e5 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
@@ -8,6 +8,9 @@
margin: 0;
padding: 0;
}
+ #text {
+ background-color: transparent; /* Prevent scrolling layer promotion to it's own layer */
+ }
</style>
<textarea id="text">
The quick brown fox jumped over the lazy dog.

Powered by Google App Engine
This is Rietveld 408576698