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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.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/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
index 70fe52395fd55187f75aee0f258c79c4c1a6ac64..8ee2297a47ccddf9986177ce330fa66ffcdc4b28 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
@@ -18,12 +18,12 @@
width: 300px;
height: 300px;
overflow: auto;
- background-color: lime;
}
#content {
height: 1000px;
transform: translatez(0);
+ background-image: linear-gradient(to bottom,red,orange,yellow, green, blue,indigo,violet);
flackr 2016/08/03 21:11:43 and this one?
}
</style>

Powered by Google App Engine
This is Rietveld 408576698