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

Unified Diff: chrome/test/data/prerender/prerender_page.html

Issue 2423383002: [Prerender] first contentful paint histograms. (Closed)
Patch Set: cleanup 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
« chrome/test/BUILD.gn ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/prerender/prerender_page.html
diff --git a/chrome/test/data/prerender/prerender_page.html b/chrome/test/data/prerender/prerender_page.html
index 06cd6f44a682761d120863a30a825c6ca79d08a7..e47ca35634176e7a3b91c617b55cb647511326ac 100644
--- a/chrome/test/data/prerender/prerender_page.html
+++ b/chrome/test/data/prerender/prerender_page.html
@@ -21,5 +21,7 @@ function DidDisplayPass() {
</script>
</head>
-<body></body>
+<body>
+ Text that is necessary for a FirstContentfulPaint metric to be recorded.
+</body>
</html>
« chrome/test/BUILD.gn ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698