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

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

Issue 365613002: Add Web Animations perf tests to tough_animation_cases page set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style inconsistencies Created 6 years, 5 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 body {
2 margin: 0;
3 overflow: hidden;
4 }
5
6 container {
7 display: flex;
8 flex-flow: row wrap;
9 width: 550px;
10 height: 800px;
11 background-color: lightgrey;
12 }
13
14 target {
15 display: inline-block;
16 width: 11px;
17 height: 11px;
18 background: green;
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698