Chromium Code Reviews| Index: chrome/test/data/page_load_metrics/simple.css |
| diff --git a/chrome/test/data/page_load_metrics/simple.css b/chrome/test/data/page_load_metrics/simple.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4a2e0feb9ddb17023f4c5589d35c99ca60cf6997 |
| --- /dev/null |
| +++ b/chrome/test/data/page_load_metrics/simple.css |
| @@ -0,0 +1,33 @@ |
| +/* Copyright 2016 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 { |
| + background-color: red; |
| + color: red; |
| +} |
| +form { |
| + background-color: red; |
| + color: red; |
| +} |
| +a { |
| + background-color: red; |
| + color: red; |
| + float: left; |
| + font-size: 14px; |
| + line-height: 1.43; |
| + margin: 0 20px 0 0; |
| + padding: 6px 0; |
| +} |
| +p { |
| + color: red; |
| + background-color: red; |
| + padding: 0 15px; |
| + background: #eee; |
| +} |
| +div { |
| + background-color: red; |
| + color: #333; |
| + padding: 0 15px; |
| + background: #eee; |
| +} |