Chromium Code Reviews| 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; |
| +} |