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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/page_sets/tough_animation_cases/resources/tablet.css
diff --git a/tools/perf/page_sets/tough_animation_cases/resources/tablet.css b/tools/perf/page_sets/tough_animation_cases/resources/tablet.css
new file mode 100644
index 0000000000000000000000000000000000000000..95c53fbe6c05e8e7eebe7a41cf685588deaeb870
--- /dev/null
+++ b/tools/perf/page_sets/tough_animation_cases/resources/tablet.css
@@ -0,0 +1,24 @@
+/* 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;
+ overflow: hidden;
+}
+
+container {
+ display: flex;
+ flex-flow: row wrap;
+ width: 550px;
+ height: 800px;
+ background-color: lightgrey;
+}
+
+target {
+ display: inline-block;
+ width: 11px;
+ height: 11px;
+ background: green;
+}

Powered by Google App Engine
This is Rietveld 408576698