Chromium Code Reviews| 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> |