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

Unified Diff: chrome/test/data/predictors/html_subresources.html

Issue 2820393002: predictors: Use several hosts in resource_prefetch_predictor tests. (Closed)
Patch Set: Address comments.' 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/predictors/resource_prefetch_predictor_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/predictors/html_subresources.html
diff --git a/chrome/test/data/predictors/html_subresources.html b/chrome/test/data/predictors/html_subresources.html
index 23c31ea3123abcc50a4f493dab96b15c302ff8aa..2eba4bd6ecdd7d66c5d57eaca42249cd8a6fd9d4 100644
--- a/chrome/test/data/predictors/html_subresources.html
+++ b/chrome/test/data/predictors/html_subresources.html
@@ -2,20 +2,20 @@
<html>
<head>
<title>Subresources collection</title>
- <link rel="stylesheet" href="/handled-by-test/style.css">
+ <link rel="stylesheet" href="http://baz.com:REPLACE_WITH_PORT/handled-by-test/style.css">
<style type="text/css">
@font-face {
font-family: "Whatever";
- src: url(/handled-by-test/font.ttf) format("truetype");
+ src: url(http://foo.com:REPLACE_WITH_PORT/handled-by-test/font.ttf) format("truetype");
}
p.customfont {
font-family: "Whatever", Verdana;
}
</style>
- <script src="/handled-by-test/script.js"></script>
+ <script src="http://foo.com:REPLACE_WITH_PORT/handled-by-test/script.js"></script>
</head>
<body>
- <img src="/handled-by-test/image.png">
+ <img src="http://bar.com:REPLACE_WITH_PORT/handled-by-test/image.png">
<p class="customfont">Hello world!</p>
</body>
</html>
« no previous file with comments | « chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698