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

Unified Diff: chrome/test/data/page_load_metrics/page_with_active_connections.html

Issue 2799423002: Deflake PageLoadMetricsBrowserTest.FirstMeaningfulPaintNotRecorded (Closed)
Patch Set: Created 3 years, 8 months 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
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/page_load_metrics/page_with_active_connections.html
diff --git a/chrome/test/data/page_load_metrics/page_with_active_connections.html b/chrome/test/data/page_load_metrics/page_with_active_connections.html
new file mode 100644
index 0000000000000000000000000000000000000000..7c0f35c56d9320909b10cf3be4b09ac0751e3a04
--- /dev/null
+++ b/chrome/test/data/page_load_metrics/page_with_active_connections.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<p>This page fetches some resources that take 10+ seconds to load.</p>
+<script>
+// Kick some resource loads to prevent FirstMeaningfulPaint network-idle.
+var request1 = fetch('/slow?10');
+var request2 = fetch('/slow?11');
+var request3 = fetch('/slow?12');
+</script>
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698