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

Side by Side Diff: LayoutTests/fast/workers/resources/BUG.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
« no previous file with comments | « LayoutTests/fast/workers/parallax.html ('k') | LayoutTests/fast/workers/resources/bubble.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 body {
2 margin: 0;
3 }
4
5 #scroller {
6 overflow: scroll;
7 width: 100%;
8 height: 100%;
9 }
10
11 #curtain-container {
12 transform: translateX(50%);
13 height: 2000px;
14 width: 100%;
15 }
16
17 .curtain {
18 will-change: transform;
19 width: 50%;
20 height: 2000px;
21 position: absolute;
22 }
23
24 #curtain-left {
25 background: blue;
26 transform: translateX(-100%);
27 }
28
29 #curtain-right {
30 background: green;
31 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/workers/parallax.html ('k') | LayoutTests/fast/workers/resources/bubble.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698