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

Unified 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 side-by-side diff with in-line comments
Download patch
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;
+}
« 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