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

Unified Diff: LayoutTests/fast/workers/resources/scroll-linked-effects.css

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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: LayoutTests/fast/workers/resources/scroll-linked-effects.css
diff --git a/LayoutTests/fast/workers/resources/scroll-linked-effects.css b/LayoutTests/fast/workers/resources/scroll-linked-effects.css
new file mode 100644
index 0000000000000000000000000000000000000000..569bfcdeeed135766eaf68f28d065f87a8cde2ee
--- /dev/null
+++ b/LayoutTests/fast/workers/resources/scroll-linked-effects.css
@@ -0,0 +1,46 @@
+/*
+ * Copyright 2014 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+body {
+ margin: 0;
+}
+
+#scroller {
+ position: absolute;
+ left: 10px;
+ top: 10px;
+ overflow: scroll;
+ width: 300px;
+ height: 500px;
+ border: 1px solid #ccc;
+}
+
+#scrolled {
+ width: 10px;
+ height: 10000px;
+ background: white;
+}
+
+.card {
+ position: absolute;
+ left: 500px;
+ top: 200px;
+ will-change: transform;
+ width: 100px;
+ height: 100px;
+ border-radius: 15px;
+}
+
+#dancer {
+ background: #eee;
+ z-index: 2;
+}
+
+#shadow {
+ background: #aaa;
+ -webkit-filter: blur(5px);
+ z-index: 1;
+}
« no previous file with comments | « LayoutTests/fast/workers/resources/parallax1.js ('k') | LayoutTests/fast/workers/resources/scroll-linked-effects.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698