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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 body {
8 margin: 0;
9 }
10
11 #scroller {
12 position: absolute;
13 left: 10px;
14 top: 10px;
15 overflow: scroll;
16 width: 300px;
17 height: 500px;
18 border: 1px solid #ccc;
19 }
20
21 #scrolled {
22 width: 10px;
23 height: 10000px;
24 background: white;
25 }
26
27 .card {
28 position: absolute;
29 left: 500px;
30 top: 200px;
31 will-change: transform;
32 width: 100px;
33 height: 100px;
34 border-radius: 15px;
35 }
36
37 #dancer {
38 background: #eee;
39 z-index: 2;
40 }
41
42 #shadow {
43 background: #aaa;
44 -webkit-filter: blur(5px);
45 z-index: 1;
46 }
OLDNEW
« 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