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

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

Issue 2540803002: predictors: Add browsertests that check fetching through javascript. (Closed)
Patch Set: Address lizeb comments. Created 4 years 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/test/data/predictors/html_iframe.html ('k') | chrome/test/data/predictors/inner_html.html » ('j') | 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 8048601a22480f20dd8a6b3dd676c771b79bf54c..f3a24cad3bb398ade2c7cf6d01a05ae9fea01272 100644
--- a/chrome/test/data/predictors/html_subresources.html
+++ b/chrome/test/data/predictors/html_subresources.html
@@ -1,22 +1,21 @@
<!DOCTYPE html>
-<meta charset="utf-8">
-<title>Subresources collection</title>
<html>
<head>
- <link rel="stylesheet" href="style.css">
+ <title>Subresources collection</title>
+ <link rel="stylesheet" href="/handled-by-test/style.css">
<style type="text/css">
@font-face {
font-family: "Whatever";
- src: url(font.ttf) format("truetype");
+ src: url(/handled-by-test/font.ttf) format("truetype");
}
p.customfont {
font-family: "Whatever", Verdana;
}
</style>
</head>
- <script src="script.js"></script>
+ <script src="/handled-by-test/script.js"></script>
<body>
- <img src="image.png">
+ <img src="/handled-by-test/image.png">
<p class="customfont">Hello world!</p>
</body>
</html>
« no previous file with comments | « chrome/test/data/predictors/html_iframe.html ('k') | chrome/test/data/predictors/inner_html.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698