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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.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: Addressed review comments 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/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
index 95e85dc8c19afbe27a8105346bdeb8158812cedb..f08ccd41260879b0f730ac14060c0cf557f9e35b 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
@@ -19,6 +19,7 @@
width: 100px;
height: 1000px;
background-color: blue;
flackr 2016/08/03 20:00:01 Should background color still be here? The image w
Stephen Chennney 2016/08/03 20:21:15 Yes, it will cover it up, but we only use backgrou
flackr 2016/08/03 20:34:14 Perhaps I am missing something. .blue is not a scr
Stephen Chennney 2016/08/03 20:44:26 .blue is a scroller if the window size is less tha
+ background-image: linear-gradient(to bottom,red,orange,yellow, green, blue,indigo,violet);
}
</style>
<div class="overflow fixed">

Powered by Google App Engine
This is Rietveld 408576698