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

Unified 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, 6 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..5b41472d256977db7908d520e3ba1dc61d7531ec
--- /dev/null
+++ b/tools/perf/page_sets/tough_animation_cases/resources/tablet.css
@@ -0,0 +1,19 @@
+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