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

Unified Diff: chrome/test/data/predictor/predictor_cross_site.html

Issue 1881463003: Add a browsertest suite for net predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EXPECT that we get the right number of accepted connections after waiting Created 4 years, 7 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
Index: chrome/test/data/predictor/predictor_cross_site.html
diff --git a/chrome/test/data/predictor/predictor_cross_site.html b/chrome/test/data/predictor/predictor_cross_site.html
new file mode 100644
index 0000000000000000000000000000000000000000..73cc0be39a7c3c3f60f8b2b549a813f6b168564b
--- /dev/null
+++ b/chrome/test/data/predictor/predictor_cross_site.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<script src="/predictor/fetch_cross_site.js" type="text/javascript"></script>
+<p>
+This test calls Javascript, which issues fetches based on the query param.
+This is used to test the predictor's ability to predict host
+connections for preconnect/preresolve.
+</p>
« no previous file with comments | « chrome/test/data/predictor/fetch_cross_site.js ('k') | chrome/test/data/predictor/predictor_cross_site_no_referrer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698