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

Side by Side Diff: chrome/test/data/page_load_metrics/page_with_css.html

Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: more parsing 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 <!DOCTYPE html>
2 <title>Page with some CSS</title>
3 <link rel="stylesheet" href="/dromaeo/application.css">
Bryan McQuade 2016/11/09 18:56:50 maybe include an HTML comment to explain why there
Charlie Harrison 2016/11/10 19:39:12 Done.
4 <link rel="stylesheet" href="/dromaeo/application.css">
5 <link rel="stylesheet" href="/dromaeo/application.css">
6 <link rel="stylesheet" href="/dromaeo/application.css">
7 <link rel="stylesheet" href="/dromaeo/application.css">
8 <link rel="stylesheet" href="/dromaeo/application.css">
9 <link rel="stylesheet" href="/dromaeo/application.css">
10 <link rel="stylesheet" href="/dromaeo/application.css">
11 <link rel="stylesheet" href="/dromaeo/application.css">
12 <link rel="stylesheet" href="/dromaeo/application.css">
13 <p>Mark me up!</p>
OLDNEW
« no previous file with comments | « chrome/renderer/page_load_metrics/metrics_render_frame_observer.cc ('k') | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698