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

Side by Side Diff: chrome/test/data/page_load_metrics/simple.css

Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: fix browser test Created 4 years, 1 month 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
OLDNEW
(Empty)
1 /* Copyright 2016 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5 body {
6 background-color: red;
7 color: red;
8 }
9 form {
10 background-color: red;
11 color: red;
12 }
13 a {
14 background-color: red;
15 color: red;
16 float: left;
17 font-size: 14px;
18 line-height: 1.43;
19 margin: 0 20px 0 0;
20 padding: 6px 0;
21 }
22 p {
23 color: red;
24 background-color: red;
25 padding: 0 15px;
26 background: #eee;
27 }
28 div {
29 background-color: red;
30 color: #333;
31 padding: 0 15px;
32 background: #eee;
33 }
OLDNEW
« no previous file with comments | « chrome/test/data/page_load_metrics/page_with_css.html ('k') | chrome/test/data/page_load_metrics/simple.css.mock-http-headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698