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

Side by Side Diff: tools/perf/page_sets/tough_animation_cases/resources/tablet.css

Issue 399393002: Add CSS Transitions performance tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Appease linter 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 body {
7 margin: 0;
8 overflow: hidden;
9 }
10
11 container {
12 display: flex;
13 flex-flow: row wrap;
14 width: 550px;
15 height: 800px;
16 background-color: lightgrey;
17 }
18
19 target {
20 display: inline-block;
21 width: 11px;
22 height: 11px;
23 background: green;
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698